Searched refs:IPV6_HOPOPTS (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | in6.h | 232 #define IPV6_HOPOPTS 54 macro
|
/openbmc/linux/net/ipv6/ |
H A D | calipso.c | 784 txopts = ipv6_renew_options(sk, old, IPV6_HOPOPTS, hop); in calipso_opt_update() 1207 txopts = ipv6_renew_options(sk, req_inet->ipv6_opt, IPV6_HOPOPTS, new); in calipso_req_setattr() 1244 txopts = ipv6_renew_options(sk, req_inet->ipv6_opt, IPV6_HOPOPTS, new); in calipso_req_delattr()
|
H A D | ipv6_sockglue.c | 654 case IPV6_HOPOPTS: in do_ipv6_setsockopt() 1031 case IPV6_HOPOPTS: in ipv6_getsockopt_sticky() 1254 case IPV6_HOPOPTS: in do_ipv6_getsockopt()
|
H A D | datagram.c | 647 put_cmsg(msg, SOL_IPV6, IPV6_HOPOPTS, (ptr[1]+1)<<3, ptr); in ip6_datagram_recv_specific_ctl() 865 case IPV6_HOPOPTS: in ip6_datagram_send_ctl()
|
H A D | exthdrs.c | 1273 if (newtype != IPV6_HOPOPTS && opt->hopopt) in ipv6_renew_options() 1299 ipv6_renew_option(IPV6_HOPOPTS, &opt2->hopopt, in ipv6_renew_options()
|
/openbmc/linux/security/selinux/ |
H A D | netlabel.c | 488 (level == IPPROTO_IPV6 && optname == IPV6_HOPOPTS); in selinux_netlbl_option()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | cmsg_sender.c | 181 opt.v6.exthdr.val = IPV6_HOPOPTS; in cs_parse_args()
|