Home
last modified time | relevance | path

Searched refs:PIM_VERSION (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dpim.h13 #define PIM_VERSION 2 macro
/linux/net/ipv6/
H A Dip6mr.c544 if (pim->type != ((PIM_VERSION << 4) | PIM_TYPE_REGISTER) || in pim6_rcv()
/linux/net/ipv4/
H A Dipmr.c2240 if (pim->type != ((PIM_VERSION << 4) | (PIM_TYPE_REGISTER)) || in pim_rcv()
/linux/net/bridge/
H A Dbr_multicast.c3785 if (!pimhdr || pim_hdr_version(pimhdr) != PIM_VERSION || in br_multicast_pim()