accept_seg6       359 net/ipv6/exthdrs.c 	int accept_seg6;
accept_seg6       365 net/ipv6/exthdrs.c 	accept_seg6 = net->ipv6.devconf_all->seg6_enabled;
accept_seg6       366 net/ipv6/exthdrs.c 	if (accept_seg6 > idev->cnf.seg6_enabled)
accept_seg6       367 net/ipv6/exthdrs.c 		accept_seg6 = idev->cnf.seg6_enabled;
accept_seg6       369 net/ipv6/exthdrs.c 	if (!accept_seg6) {