Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 7 of 7) sorted by relevance

/net/ethtool/
A Dioctl.c865 .fs = { in ethtool_rxnfc_copy_from_compat()
867 .h_u = crxnfc.fs.h_u, in ethtool_rxnfc_copy_from_compat()
868 .h_ext = crxnfc.fs.h_ext, in ethtool_rxnfc_copy_from_compat()
869 .m_u = crxnfc.fs.m_u, in ethtool_rxnfc_copy_from_compat()
870 .m_ext = crxnfc.fs.m_ext, in ethtool_rxnfc_copy_from_compat()
904 .fs = { in ethtool_rxnfc_copy_to_compat()
906 .h_u = rxnfc->fs.h_u, in ethtool_rxnfc_copy_to_compat()
907 .h_ext = rxnfc->fs.h_ext, in ethtool_rxnfc_copy_to_compat()
908 .m_u = rxnfc->fs.m_u, in ethtool_rxnfc_copy_to_compat()
3553 const struct ethtool_rx_flow_spec *fs = input->fs; in ethtool_rx_flow_rule_create() local
[all …]
A Dcommon.c636 .fs.location = info->rule_locs[i], in ethtool_get_max_rxnfc_channel()
643 if (rule_info.fs.ring_cookie != RX_CLS_FLOW_DISC && in ethtool_get_max_rxnfc_channel()
644 rule_info.fs.ring_cookie != RX_CLS_FLOW_WAKE && in ethtool_get_max_rxnfc_channel()
645 !ethtool_get_flow_spec_ring_vf(rule_info.fs.ring_cookie)) { in ethtool_get_max_rxnfc_channel()
646 u64 ring = rule_info.fs.ring_cookie; in ethtool_get_max_rxnfc_channel()
790 .fs.location = info->rule_locs[i], in ethtool_check_rss_ctx_busy()
797 if (rule_info.fs.flow_type & FLOW_RSS && in ethtool_check_rss_ctx_busy()
/net/phonet/
A Dpep-gprs.c89 struct sk_buff *rskb, *fs; in gprs_recv() local
107 skb_walk_frags(skb, fs) in gprs_recv()
108 flen += fs->len; in gprs_recv()
A Dpep.c1225 struct sk_buff *rskb, *fs; in pep_write() local
1242 skb_walk_frags(skb, fs) in pep_write()
1243 flen += fs->len; in pep_write()
/net/atm/
A Dbr2684.c363 struct br2684_filter_set fs; in br2684_setfilt() local
365 if (copy_from_user(&fs, arg, sizeof fs)) in br2684_setfilt()
367 if (fs.ifspec.method != BR2684_FIND_BYNOTHING) { in br2684_setfilt()
374 brdev = BRPRIV(br2684_find_dev(&fs.ifspec)); in br2684_setfilt()
385 memcpy(&brvcc->filter, &fs.filter, sizeof(brvcc->filter)); in br2684_setfilt()
/net/netfilter/
A Dxt_set.c38 #define ADT_OPT(n, f, d, fs, cfs, t, p, b, po, bo) \ argument
42 .flags = fs, \
/net/unix/
A Daf_unix.c1224 get_fs_root(init_task.fs, &root); in unix_find_bsd()

Completed in 29 milliseconds