Symbol: IPPROTO_DSTOPTS
include/linux/netfilter_ipv6.h
22
(nexthdr == IPPROTO_DSTOPTS);
include/net/xfrm.h
1545
case IPPROTO_DSTOPTS:
include/net/xfrm.h
43
#define XFRM_PROTO_DSTOPTS IPPROTO_DSTOPTS
net/core/skbuff.c
5948
case IPPROTO_DSTOPTS:
net/ipv6/datagram.c
669
case IPPROTO_DSTOPTS:
net/ipv6/exthdrs.c
263
(xfrm_address_t *)&hao->addr, IPPROTO_DSTOPTS);
net/ipv6/exthdrs.c
861
ret = inet6_add_protocol(&destopt_protocol, IPPROTO_DSTOPTS);
net/ipv6/exthdrs.c
872
inet6_del_protocol(&destopt_protocol, IPPROTO_DSTOPTS);
net/ipv6/exthdrs.c
881
inet6_del_protocol(&destopt_protocol, IPPROTO_DSTOPTS);
net/ipv6/exthdrs_offload.c
31
ret = inet6_add_offload(&dstopt_offload, IPPROTO_DSTOPTS);
net/ipv6/exthdrs_offload.c
43
inet6_del_offload(&dstopt_offload, IPPROTO_DSTOPTS);
net/ipv6/mip6.c
150
*skb_mac_header(skb) = IPPROTO_DSTOPTS;
net/ipv6/mip6.c
243
err = km_report(net, IPPROTO_DSTOPTS, &sel,
net/ipv6/mip6.c
279
.proto = IPPROTO_DSTOPTS,
net/netfilter/nf_log_syslog.c
615
case IPPROTO_DSTOPTS:
net/openvswitch/flow.c
311
case IPPROTO_DSTOPTS:
net/xfrm/xfrm_output.c
146
case IPPROTO_DSTOPTS:
net/xfrm/xfrm_state.c
262
case IPPROTO_DSTOPTS:
net/xfrm/xfrm_state.c
307
case IPPROTO_DSTOPTS:
net/xfrm/xfrm_state.c
349
case IPPROTO_DSTOPTS:
net/xfrm/xfrm_user.c
391
case IPPROTO_DSTOPTS:
tools/testing/selftests/bpf/progs/bpf_flow.c
262
case IPPROTO_DSTOPTS:
tools/testing/selftests/bpf/progs/test_cls_redirect.c
308
case IPPROTO_DSTOPTS:
tools/testing/selftests/bpf/progs/test_cls_redirect_dynptr.c
213
case IPPROTO_DSTOPTS:
tools/testing/selftests/drivers/net/gro.c
804
add_ipv6_exthdr(buf, exthdr_pck, IPPROTO_DSTOPTS, ext_data1);
tools/testing/selftests/drivers/net/gro.c
808
add_ipv6_exthdr(buf, exthdr_pck, IPPROTO_DSTOPTS, ext_data2);