Searched refs:pinfo (Results 1 - 13 of 13) sorted by relevance

/net/packet/
H A Ddiag.c14 struct packet_diag_info pinfo; local
16 pinfo.pdi_index = po->ifindex;
17 pinfo.pdi_version = po->tp_version;
18 pinfo.pdi_reserve = po->tp_reserve;
19 pinfo.pdi_copy_thresh = po->copy_thresh;
20 pinfo.pdi_tstamp = po->tp_tstamp;
22 pinfo.pdi_flags = 0;
24 pinfo.pdi_flags |= PDI_RUNNING;
26 pinfo.pdi_flags |= PDI_AUXDATA;
28 pinfo
[all...]
/net/sched/
H A Dcls_rsvp.h461 struct tc_rsvp_pinfo *pinfo = NULL; local
526 pinfo = nla_data(tb[TCA_RSVP_PINFO]);
527 f->spi = pinfo->spi;
528 f->tunnelhdr = pinfo->tunnelhdr;
534 h1 = hash_dst(dst, pinfo ? pinfo->protocol : 0, pinfo ? pinfo->tunnelid : 0);
555 pinfo && pinfo
662 struct tc_rsvp_pinfo pinfo; local
[all...]
/net/ipv6/
H A Daddrconf.c165 struct prefix_info *pinfo);
2238 struct prefix_info *pinfo; local
2245 pinfo = (struct prefix_info *) opt;
2256 addr_type = ipv6_addr_type(&pinfo->prefix);
2261 valid_lft = ntohl(pinfo->valid);
2262 prefered_lft = ntohl(pinfo->prefered);
2283 if (pinfo->onlink) {
2300 rt = addrconf_get_prefix_route(&pinfo->prefix,
2301 pinfo->prefix_len,
2325 addrconf_prefix_route(&pinfo
4787 inet6_fill_prefix(struct sk_buff *skb, struct inet6_dev *idev, struct prefix_info *pinfo, u32 portid, u32 seq, int event, unsigned int flags) argument
4826 inet6_prefix_notify(int event, struct inet6_dev *idev, struct prefix_info *pinfo) argument
[all...]
/net/mac80211/
H A Dcfg.c1436 struct mpath_info *pinfo)
1445 memset(pinfo, 0, sizeof(*pinfo));
1447 pinfo->generation = mesh_paths_generation;
1449 pinfo->filled = MPATH_INFO_FRAME_QLEN |
1457 pinfo->frame_qlen = mpath->frame_queue.qlen;
1458 pinfo->sn = mpath->sn;
1459 pinfo->metric = mpath->metric;
1461 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies);
1462 pinfo
1435 mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop, struct mpath_info *pinfo) argument
1477 ieee80211_get_mpath(struct wiphy *wiphy, struct net_device *dev, u8 *dst, u8 *next_hop, struct mpath_info *pinfo) argument
1498 ieee80211_dump_mpath(struct wiphy *wiphy, struct net_device *dev, int idx, u8 *dst, u8 *next_hop, struct mpath_info *pinfo) argument
[all...]
/net/wireless/
H A Drdev-ops.h256 struct mpath_info *pinfo)
260 ret = rdev->ops->get_mpath(&rdev->wiphy, dev, dst, next_hop, pinfo);
261 trace_rdev_return_int_mpath_info(&rdev->wiphy, ret, pinfo);
268 u8 *next_hop, struct mpath_info *pinfo)
274 pinfo);
275 trace_rdev_return_int_mpath_info(&rdev->wiphy, ret, pinfo);
254 rdev_get_mpath(struct cfg80211_registered_device *rdev, struct net_device *dev, u8 *dst, u8 *next_hop, struct mpath_info *pinfo) argument
266 rdev_dump_mpath(struct cfg80211_registered_device *rdev, struct net_device *dev, int idx, u8 *dst, u8 *next_hop, struct mpath_info *pinfo) argument
H A Dtrace.h805 TP_PROTO(struct wiphy *wiphy, int ret, struct mpath_info *pinfo),
806 TP_ARGS(wiphy, ret, pinfo),
823 __entry->generation = pinfo->generation;
824 __entry->filled = pinfo->filled;
825 __entry->frame_qlen = pinfo->frame_qlen;
826 __entry->sn = pinfo->sn;
827 __entry->metric = pinfo->metric;
828 __entry->exptime = pinfo->exptime;
829 __entry->discovery_timeout = pinfo->discovery_timeout;
830 __entry->discovery_retries = pinfo
[all...]
H A Dnl80211.c4421 struct mpath_info *pinfo)
4433 nla_put_u32(msg, NL80211_ATTR_GENERATION, pinfo->generation))
4439 if ((pinfo->filled & MPATH_INFO_FRAME_QLEN) &&
4441 pinfo->frame_qlen))
4443 if (((pinfo->filled & MPATH_INFO_SN) &&
4444 nla_put_u32(msg, NL80211_MPATH_INFO_SN, pinfo->sn)) ||
4445 ((pinfo->filled & MPATH_INFO_METRIC) &&
4447 pinfo->metric)) ||
4448 ((pinfo->filled & MPATH_INFO_EXPTIME) &&
4450 pinfo
4418 nl80211_send_mpath(struct sk_buff *msg, u32 portid, u32 seq, int flags, struct net_device *dev, u8 *dst, u8 *next_hop, struct mpath_info *pinfo) argument
4474 struct mpath_info pinfo; local
4527 struct mpath_info pinfo; local
[all...]
/net/core/
H A Dskbuff.c3101 struct skb_shared_info *pinfo, *skbinfo = skb_shinfo(skb); local
3113 pinfo = skb_shinfo(lp);
3119 int nr_frags = pinfo->nr_frags + i;
3125 pinfo->nr_frags = nr_frags;
3128 frag = pinfo->frags + nr_frags;
3148 int nr_frags = pinfo->nr_frags;
3149 skb_frag_t *frag = pinfo->frags + nr_frags;
3161 pinfo->nr_frags = nr_frags + 1 + skbinfo->nr_frags;
3175 pinfo = skb_shinfo(p);
3177 if (pinfo
[all...]
H A Ddev.c3951 const struct skb_shared_info *pinfo = skb_shinfo(skb); local
3952 const skb_frag_t *frag0 = &pinfo->frags[0];
3959 pinfo->nr_frags &&
3968 struct skb_shared_info *pinfo = skb_shinfo(skb); local
3977 pinfo->frags[0].page_offset += grow;
3978 skb_frag_size_sub(&pinfo->frags[0], grow);
3980 if (unlikely(!skb_frag_size(&pinfo->frags[0]))) {
3982 memmove(pinfo->frags, pinfo->frags + 1,
3983 --pinfo
[all...]
/net/sctp/
H A Dsocket.c4299 struct sctp_paddrinfo pinfo; local
4303 if (len < sizeof(pinfo)) {
4308 len = sizeof(pinfo);
4309 if (copy_from_user(&pinfo, optval, len)) {
4314 transport = sctp_addr_id2transport(sk, &pinfo.spinfo_address,
4315 pinfo.spinfo_assoc_id);
4319 pinfo.spinfo_assoc_id = sctp_assoc2id(transport->asoc);
4320 pinfo.spinfo_state = transport->state;
4321 pinfo.spinfo_cwnd = transport->cwnd;
4322 pinfo
[all...]
/net/ipv4/netfilter/
H A Darp_tables.c1320 struct xt_table_info **pinfo,
1335 info = *pinfo;
1454 *pinfo = newinfo;
1318 translate_compat_table(const char *name, unsigned int valid_hooks, struct xt_table_info **pinfo, void **pentry0, unsigned int total_size, unsigned int number, unsigned int *hook_entries, unsigned int *underflows) argument
H A Dip_tables.c1642 struct xt_table_info **pinfo,
1657 info = *pinfo;
1776 *pinfo = newinfo;
1639 translate_compat_table(struct net *net, const char *name, unsigned int valid_hooks, struct xt_table_info **pinfo, void **pentry0, unsigned int total_size, unsigned int number, unsigned int *hook_entries, unsigned int *underflows) argument
/net/ipv6/netfilter/
H A Dip6_tables.c1652 struct xt_table_info **pinfo,
1667 info = *pinfo;
1786 *pinfo = newinfo;
1649 translate_compat_table(struct net *net, const char *name, unsigned int valid_hooks, struct xt_table_info **pinfo, void **pentry0, unsigned int total_size, unsigned int number, unsigned int *hook_entries, unsigned int *underflows) argument

Completed in 842 milliseconds