Home
last modified time | relevance | path

Searched refs:IPPROTO_PIM (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/uapi/linux/
H A Din.h68 IPPROTO_PIM = 103, /* Protocol Independent Multicast */ enumerator
69 #define IPPROTO_PIM IPPROTO_PIM macro
/linux/net/bridge/
H A Dbr_multicast.c3887 if (ip_hdr(skb)->protocol == IPPROTO_PIM) in br_multicast_ipv4_rcv()