Home
last modified time | relevance | path

Searched refs:PIM (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/net/ipv6/
DKconfig283 bool "IPv6: PIM-SM version 2 support"
286 Support for IPv6 PIM multicast routing protocol PIM-SMv2.
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_trap.c432 .group = DEVLINK_TRAP_GROUP_GENERIC(PIM, 12),
886 .trap = MLXSW_SP_TRAP_CONTROL(IPV4_PIM, PIM, TRAP),
888 MLXSW_SP_RXL_MARK(IPV4_PIM, PIM, TRAP_TO_CPU, false),
892 .trap = MLXSW_SP_TRAP_CONTROL(IPV6_PIM, PIM, TRAP),
894 MLXSW_SP_RXL_MARK(IPV6_PIM, PIM, TRAP_TO_CPU, false),
/Linux-v5.10/net/ipv4/
DKconfig247 bool "IP: PIM-SM version 1 support"
250 Kernel side support for Sparse Mode PIM (Protocol Independent
254 information about PIM.
256 Say Y if you want to use PIM-SM v1. Note that you can say N here if
257 you just want to use Dense Mode PIM.
260 bool "IP: PIM-SM version 2 support"
263 Kernel side support for Sparse Mode PIM version 2. In order to use
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-css31 Description: Contains the PIM/PAM/POM values, as reported by the
/Linux-v5.10/Documentation/networking/devlink/
Ddevlink-trap.rst340 - Traps IPv4 PIM packets
343 - Traps IPv6 PIM packets
549 - Contains packet traps for PIM packets
/Linux-v5.10/drivers/char/pcmcia/
Dsynclink_cs.c284 #define PIM 0x3d macro
358 { info->pim_value |= (mask); write_reg(info, PIM, info->pim_value); }
361 { info->pim_value &= ~(mask); write_reg(info, PIM, info->pim_value); }
/Linux-v5.10/net/core/
Ddevlink.c9528 DEVLINK_TRAP_GROUP(PIM),