Home
last modified time | relevance | path

Searched refs:IPPROTO_PIM (Results 1 – 3 of 3) 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/ipv4/
H A Dipmr.c3386 if (inet_add_protocol(&pim_protocol, IPPROTO_PIM) < 0) { in ip_mr_init()
/linux/net/bridge/
H A Dbr_multicast.c3888 if (ip_hdr(skb)->protocol == IPPROTO_PIM) in br_multicast_ipv4_rcv()