Searched refs:metadata_dst (Results 1 – 25 of 43) sorted by relevance
12
| /linux/include/net/ |
| A D | dst_metadata.h | 32 struct metadata_dst { struct 45 struct metadata_dst *md_dst = (struct metadata_dst *) skb_dst(skb); in skb_metadata_dst() 102 const struct metadata_dst *a, *b; in skb_metadata_dst_cmp() 107 a = (const struct metadata_dst *) skb_dst(skb_a); in skb_metadata_dst_cmp() 132 void metadata_dst_free(struct metadata_dst *); 136 struct metadata_dst __percpu * 141 struct metadata_dst *tun_dst; in tun_rx_dst() 156 struct metadata_dst *new_md; in tun_dst_unclone() 191 struct metadata_dst *dst; in skb_tunnel_info_unclone() 208 struct metadata_dst *tun_dst; in __ip_tun_set_dst() [all …]
|
| A D | macsec.h | 37 struct metadata_dst; 213 struct metadata_dst *md_dst;
|
| A D | ip_tunnels.h | 129 struct metadata_dst; 405 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst, 597 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md,
|
| A D | ip6_tunnel.h | 141 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
|
| A D | udp_tunnel.h | 181 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
|
| /linux/net/core/ |
| A D | dst.c | 119 metadata_dst_free((struct metadata_dst *)dst); in dst_destroy() 272 static void __metadata_dst_init(struct metadata_dst *md_dst, in __metadata_dst_init() 284 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type, in metadata_dst_alloc() 287 struct metadata_dst *md_dst; in metadata_dst_alloc() 299 void metadata_dst_free(struct metadata_dst *md_dst) in metadata_dst_free() 311 struct metadata_dst __percpu * 315 struct metadata_dst __percpu *md_dst; in metadata_dst_alloc_percpu() 317 md_dst = __alloc_percpu_gfp(sizeof(struct metadata_dst) + optslen, in metadata_dst_alloc_percpu() 318 __alignof__(struct metadata_dst), flags); in metadata_dst_alloc_percpu() 329 void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst) in metadata_dst_free_percpu() [all …]
|
| /linux/net/xfrm/ |
| A D | xfrm_interface_bpf.c | 65 struct metadata_dst *md_dst; in bpf_skb_set_xfrm_info() 72 struct metadata_dst __percpu *tmp; in bpf_skb_set_xfrm_info()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| A D | nfp_net_repr.h | 7 struct metadata_dst; 53 struct metadata_dst *dst;
|
| /linux/net/bridge/ |
| A D | br_vlan_tunnel.c | 46 struct metadata_dst *tdst = rtnl_dereference(vlan->tinfo.tunnel_dst); in vlan_tunnel_info_release() 66 struct metadata_dst *metadata = rtnl_dereference(vlan->tinfo.tunnel_dst); in __vlan_tunnel_info_add() 190 struct metadata_dst *tunnel_dst; in br_handle_egress_vlan_tunnel()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| A D | macsec.h | 27 struct metadata_dst *md_dst = skb_metadata_dst(skb); in mlx5e_macsec_skb_is_offload()
|
| A D | macsec.c | 85 struct metadata_dst *md_dst; 1648 struct metadata_dst *md_dst = skb_metadata_dst(skb); in mlx5e_macsec_handle_tx_skb() 1667 struct metadata_dst *md_dst = skb_metadata_dst(skb); in mlx5e_macsec_tx_build_eseg()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_repr.h | 26 struct metadata_dst *dst;
|
| A D | ice_eswitch.c | 118 struct metadata_dst *dst; in ice_eswitch_setup_repr() 250 struct metadata_dst *dst = skb_metadata_dst(skb); in ice_eswitch_set_target_vsi()
|
| /linux/include/net/tc_act/ |
| A D | tc_tunnel_key.h | 17 struct metadata_dst *tcft_enc_metadata;
|
| /linux/net/ipv4/ |
| A D | udp_tunnel_core.c | 186 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family, in udp_tun_rx_dst() 190 struct metadata_dst *tun_dst; in udp_tun_rx_dst()
|
| A D | ip_tunnel_core.c | 125 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md, in iptunnel_metadata_reply() 129 struct metadata_dst *res; in iptunnel_metadata_reply()
|
| A D | ipip.c | 220 struct metadata_dst *tun_dst = NULL; in ipip_tunnel_rcv()
|
| A D | ip_gre.c | 267 struct metadata_dst *tun_dst = NULL; in erspan_rcv() 363 struct metadata_dst *tun_dst = NULL; in __ipgre_rcv()
|
| /linux/net/dsa/ |
| A D | tag.c | 57 struct metadata_dst *md_dst = skb_metadata_dst(skb); in dsa_switch_rcv()
|
| /linux/net/openvswitch/ |
| A D | flow.h | 58 struct metadata_dst *tun_dst;
|
| /linux/drivers/net/ |
| A D | pfcp.c | 54 struct metadata_dst *tun_dst; in pfcp_encap_recv()
|
| A D | bareudp.c | 63 struct metadata_dst *tun_dst = NULL; in bareudp_udp_encap_recv()
|
| /linux/net/netfilter/ |
| A D | nft_tunnel.c | 182 struct metadata_dst *md; 451 struct metadata_dst *md; in nft_tunnel_obj_init()
|
| /linux/net/ipv6/ |
| A D | ip6_tunnel.c | 795 struct metadata_dst *tun_dst, in __ip6_tnl_rcv() 892 struct metadata_dst *tun_dst, in ip6_tnl_rcv() 931 struct metadata_dst *tun_dst = NULL; in ipxip6_rcv()
|
| /linux/net/sched/ |
| A D | act_tunnel_key.c | 367 struct metadata_dst *metadata = NULL; in tunnel_key_init()
|
Completed in 61 milliseconds
12