Searched defs:features (Results 1 – 25 of 34) sorted by relevance
12
/net/ipv4/ |
D | udp_offload.c | 18 netdev_features_t features, in __skb_udp_tunnel_segment() 20 netdev_features_t features), in __skb_udp_tunnel_segment() 152 netdev_features_t features, in skb_udp_tunnel_segment() 191 netdev_features_t features) in udp4_ufo_fragment()
|
D | esp4_offload.c | 110 netdev_features_t features) in esp4_gso_segment() 200 static int esp_xmit(struct xfrm_state *x, struct sk_buff *skb, netdev_features_t features) in esp_xmit()
|
D | tcp_offload.c | 33 netdev_features_t features) in tcp4_gso_segment() 58 netdev_features_t features) in tcp_gso_segment()
|
D | xfrm4_mode_transport.c | 62 netdev_features_t features) in xfrm4_transport_gso_segment()
|
D | xfrm4_mode_tunnel.c | 104 netdev_features_t features) in xfrm4_mode_tunnel_gso_segment()
|
D | gre_offload.c | 19 netdev_features_t features) in gre_gso_segment()
|
/net/ipv6/ |
D | esp6_offload.c | 137 netdev_features_t features) in esp6_gso_segment() 227 static int esp6_xmit(struct xfrm_state *x, struct sk_buff *skb, netdev_features_t features) in esp6_xmit()
|
D | tcpv6_offload.c | 45 netdev_features_t features) in tcp6_gso_segment()
|
D | xfrm6_mode_transport.c | 68 netdev_features_t features) in xfrm4_transport_gso_segment()
|
D | xfrm6_mode_tunnel.c | 104 netdev_features_t features) in xfrm6_mode_tunnel_gso_segment()
|
D | udp_offload.c | 21 netdev_features_t features) in udp6_ufo_fragment()
|
D | ip6_offload.c | 59 netdev_features_t features) in ipv6_gso_segment()
|
/net/nsh/ |
D | nsh.c | 18 netdev_features_t features) in nsh_gso_segment()
|
/net/mpls/ |
D | mpls_gso.c | 23 netdev_features_t features) in mpls_gso_segment()
|
/net/sctp/ |
D | offload.c | 44 netdev_features_t features) in sctp_gso_segment()
|
/net/hsr/ |
D | hsr_device.c | 203 netdev_features_t features) in hsr_features_recompute() 227 netdev_features_t features) in hsr_fix_features()
|
/net/xfrm/ |
D | xfrm_device.c | 26 int validate_xmit_xfrm(struct sk_buff *skb, netdev_features_t features) in validate_xmit_xfrm()
|
/net/core/ |
D | dev.c | 2734 netdev_features_t features) in skb_mac_gso_segment() 2787 netdev_features_t features, bool tx_path) in __skb_gso_segment() 2884 netdev_features_t features, in net_mpls_features() 2894 netdev_features_t features, in net_mpls_features() 2902 netdev_features_t features) in harmonize_features() 2922 netdev_features_t features) in passthru_features_check() 2930 netdev_features_t features) in dflt_features_check() 2937 netdev_features_t features) in gso_features_check() 2970 netdev_features_t features = dev->features; in netif_skb_features() local 3044 netdev_features_t features) in validate_xmit_vlan() [all …]
|
D | netpoll.c | 76 netdev_features_t features; in netpoll_start_xmit() local
|
/net/bridge/ |
D | br_device.c | 245 netdev_features_t features) in br_fix_features()
|
D | br_if.c | 462 netdev_features_t features) in br_features_recompute()
|
/net/netfilter/ |
D | nft_set_hash.c | 372 static bool nft_rhash_estimate(const struct nft_set_desc *desc, u32 features, in nft_rhash_estimate() 591 static bool nft_hash_estimate(const struct nft_set_desc *desc, u32 features, in nft_hash_estimate()
|
D | nft_set_rbtree.c | 308 static bool nft_rbtree_estimate(const struct nft_set_desc *desc, u32 features, in nft_rbtree_estimate()
|
D | nft_set_bitmap.c | 268 static bool nft_bitmap_estimate(const struct nft_set_desc *desc, u32 features, in nft_bitmap_estimate()
|
/net/sched/ |
D | sch_tbf.c | 153 netdev_features_t features = netif_skb_features(skb); in tbf_segment() local
|
12