Searched defs:ipv6hdr (Results 1 – 5 of 5) sorted by relevance
/linux/include/uapi/linux/ |
H A D | ipv6.h | 118 struct ipv6hdr { struct 120 __u8 priority:4, 121 version:4; 128 __u8 flow_lbl[3]; 130 __be16 payload_len; 131 __u8 nexthdr; 132 __u8 hop_limit;
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_rxtx.c | 50 struct ipv6hdr *ipv6hdr = ipv6_hdr(skb); in mlx5e_ipsec_remove_trailer() local
|
/linux/net/batman-adv/ |
H A D | gateway_client.c | 558 struct ipv6hdr *ipv6hdr; in batadv_gw_dhcp_recipient_get() local
|
/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_enet.c | 42 struct ipv6hdr *ipv6hdr; in fill_v2_desc_hw() local
|
/linux/net/core/ |
H A D | filter.c | 7919 BPF_CALL_3(bpf_tcp_raw_gen_syncookie_ipv6,struct ipv6hdr *,iph,struct tcphdr *,th,u32,th_len) BPF_CALL_3() argument 7971 BPF_CALL_2(bpf_tcp_raw_check_syncookie_ipv6,struct ipv6hdr *,iph,struct tcphdr *,th) BPF_CALL_2() argument [all...] |