Home
last modified time | relevance | path

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

/linux-6.12.1/net/phonet/
Dpn_netlink.c176 rtm->rtm_protocol = RTPROT_STATIC; in fill_route()
/linux-6.12.1/net/bridge/
Dbr_mdb.c648 [MDBE_ATTR_RTPROT] = NLA_POLICY_MIN(NLA_U8, RTPROT_STATIC),
1221 cfg->rt_protocol = RTPROT_STATIC; in br_mdb_config_init()
1424 [MDBE_ATTR_RTPROT] = NLA_POLICY_MIN(NLA_U8, RTPROT_STATIC),
/linux-6.12.1/drivers/net/vxlan/
Dvxlan_mdb.c333 [MDBE_ATTR_RTPROT] = NLA_POLICY_MIN(NLA_U8, RTPROT_STATIC),
614 cfg->rt_protocol = RTPROT_STATIC; in vxlan_mdb_config_init()
1319 [MDBE_ATTR_RTPROT] = NLA_POLICY_MIN(NLA_U8, RTPROT_STATIC),
/linux-6.12.1/include/uapi/linux/
Drtnetlink.h281 #define RTPROT_STATIC 4 /* Route installed by administrator */ macro
/linux-6.12.1/net/mctp/
Droute.c1383 hdr->rtm_protocol = RTPROT_STATIC; /* everything is user-defined */ in mctp_fill_rtinfo()
/linux-6.12.1/net/ipv4/
Dipmr.c2338 rtm->rtm_protocol = RTPROT_STATIC; in ipmr_fill_mroute()
2635 case RTPROT_STATIC: in ipmr_rtm_validate_proto()
/linux-6.12.1/net/ipv6/
Dip6mr.c2363 rtm->rtm_protocol = RTPROT_STATIC; in ip6mr_fill_mroute()