Home | History | Annotate | Download | only in bpf

Lines Matching refs:protocol

276 	pckt->proto = iph->protocol;
344 __u8 protocol;
355 protocol = ip6h->nexthdr;
356 pckt.proto = protocol;
359 if (protocol == IPPROTO_FRAGMENT) {
361 } else if (protocol == IPPROTO_ICMPV6) {
377 protocol = iph->protocol;
378 pckt.proto = protocol;
384 if (protocol == IPPROTO_ICMP) {
394 protocol = pckt.proto;
396 if (protocol == IPPROTO_TCP) {
399 } else if (protocol == IPPROTO_UDP) {
412 vip.protocol = pckt.proto;