Home
last modified time | relevance | path

Searched refs:metadata_dst_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/
Ddst_metadata.h65 struct metadata_dst *metadata_dst_alloc(u8 optslen, gfp_t flags);
72 tun_dst = metadata_dst_alloc(md_size, GFP_ATOMIC); in tun_rx_dst()
91 new_md = metadata_dst_alloc(md_size, GFP_ATOMIC); in tun_dst_unclone()
/linux-4.4.14/net/core/
Ddst.c384 struct metadata_dst *metadata_dst_alloc(u8 optslen, gfp_t flags) in metadata_dst_alloc() function
396 EXPORT_SYMBOL_GPL(metadata_dst_alloc);
/linux-4.4.14/net/ipv4/
Dip_tunnel_core.c132 res = metadata_dst_alloc(0, flags); in iptunnel_metadata_reply()
/linux-4.4.14/net/openvswitch/
Dflow_netlink.c1958 tun_dst = metadata_dst_alloc(key.tun_opts_len, GFP_KERNEL); in validate_and_copy_set_tun()