Home
last modified time | relevance | path

Searched refs:local_ip6 (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/verifier/
Dctx_sk_msg.c71 offsetof(struct sk_msg_md, local_ip6[0])),
73 offsetof(struct sk_msg_md, local_ip6[1])),
75 offsetof(struct sk_msg_md, local_ip6[2])),
77 offsetof(struct sk_msg_md, local_ip6[3])),
Dcgroup_skb.c106 offsetof(struct __sk_buff, local_ip6[0])),
108 offsetof(struct __sk_buff, local_ip6[1])),
110 offsetof(struct __sk_buff, local_ip6[2])),
112 offsetof(struct __sk_buff, local_ip6[3])),
Dctx_skb.c151 offsetof(struct __sk_buff, local_ip6)),
227 offsetof(struct __sk_buff, local_ip6[0])),
229 offsetof(struct __sk_buff, local_ip6[1])),
231 offsetof(struct __sk_buff, local_ip6[2])),
233 offsetof(struct __sk_buff, local_ip6[3])),
/Linux-v5.4/samples/bpf/
Dtcp_rwnd_kern.c53 if (skops->local_ip6[0] != skops->remote_ip6[0] || in bpf_rwnd()
54 (bpf_ntohl(skops->local_ip6[1]) & 0xfffff000) != in bpf_rwnd()
Dtcp_synrto_kern.c53 if (skops->local_ip6[0] == skops->remote_ip6[0] && in bpf_synrto()
54 (bpf_ntohl(skops->local_ip6[1]) & 0xfff00000) == in bpf_synrto()
Dtcp_basertt_kern.c43 skops->local_ip6[0] == skops->remote_ip6[0] && in bpf_basertt()
44 (bpf_ntohl(skops->local_ip6[1]) & 0xfff00000) == in bpf_basertt()
Dtcp_cong_kern.c51 skops->local_ip6[0] == skops->remote_ip6[0] && in bpf_cong()
52 (bpf_ntohl(skops->local_ip6[1]) & 0xfff00000) == in bpf_cong()
Dtcp_clamp_kern.c53 skops->local_ip6[0] == skops->remote_ip6[0] && in bpf_clamp()
54 (bpf_ntohl(skops->local_ip6[1]) & 0xfff00000) == in bpf_clamp()
/Linux-v5.4/net/ipv6/
Dip6_udp_tunnel.c44 memcpy(&udp6_addr.sin6_addr, &cfg->local_ip6, in udp_sock_create6()
/Linux-v5.4/net/l2tp/
Dl2tp_core.c1301 if (cfg->local_ip6 && cfg->peer_ip6) { in l2tp_tunnel_sock_create()
1303 memcpy(&udp_conf.local_ip6, cfg->local_ip6, in l2tp_tunnel_sock_create()
1304 sizeof(udp_conf.local_ip6)); in l2tp_tunnel_sock_create()
1331 if (cfg->local_ip6 && cfg->peer_ip6) { in l2tp_tunnel_sock_create()
1340 memcpy(&ip6_addr.l2tp_addr, cfg->local_ip6, in l2tp_tunnel_sock_create()
Dl2tp_core.h134 struct in6_addr *local_ip6; member
Dl2tp_netlink.c202 cfg.local_ip6 = nla_data( in l2tp_nl_cmd_tunnel_create()
/Linux-v5.4/include/net/
Dudp_tunnel.h20 struct in6_addr local_ip6; member
/Linux-v5.4/include/uapi/linux/
Dbpf.h2997 __u32 local_ip6[4]; /* Stored in network byte order */ member
3186 __u32 local_ip6[4]; /* Stored in network byte order */ member
3324 __u32 local_ip6[4]; /* Stored in network byte order */ member
/Linux-v5.4/tools/include/uapi/linux/
Dbpf.h2997 __u32 local_ip6[4]; /* Stored in network byte order */ member
3186 __u32 local_ip6[4]; /* Stored in network byte order */ member
3324 __u32 local_ip6[4]; /* Stored in network byte order */ member
/Linux-v5.4/net/tipc/
Dudp_media.c741 udp_conf.local_ip6 = in6addr_any; in tipc_udp_enable()
743 udp_conf.local_ip6 = local.ipv6; in tipc_udp_enable()
/Linux-v5.4/net/ipv4/
Dfou.c522 if (ipv6_addr_cmp(&sk->sk_v6_rcv_saddr, &udp_cfg->local_ip6) || in fou_cfg_cmp()
729 cfg->udp_config.local_ip6 = nla_get_in6_addr(attr); in parse_nl_config()
/Linux-v5.4/net/core/
Dfilter.c6493 case bpf_ctx_range_till(struct __sk_buff, local_ip6[0], local_ip6[3]): in bpf_skb_is_valid_access()
7141 case bpf_ctx_range_till(struct sk_msg_md, local_ip6[0], local_ip6[3]): in sk_msg_is_valid_access()
7477 case offsetof(struct __sk_buff, local_ip6[0]) ... in bpf_convert_ctx_access()
7478 offsetof(struct __sk_buff, local_ip6[3]): in bpf_convert_ctx_access()
7484 off -= offsetof(struct __sk_buff, local_ip6[0]); in bpf_convert_ctx_access()
8136 case offsetof(struct bpf_sock_ops, local_ip6[0]) ... in sock_ops_convert_ctx_access()
8137 offsetof(struct bpf_sock_ops, local_ip6[3]): in sock_ops_convert_ctx_access()
8143 off -= offsetof(struct bpf_sock_ops, local_ip6[0]); in sock_ops_convert_ctx_access()
8411 case offsetof(struct sk_msg_md, local_ip6[0]) ... in sk_msg_convert_ctx_access()
8412 offsetof(struct sk_msg_md, local_ip6[3]): in sk_msg_convert_ctx_access()
[all …]