Home
last modified time | relevance | path

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

/linux/net/phonet/
H A Dpn_netlink.c189 rtm->rtm_protocol = RTPROT_STATIC; in fill_route()
/linux/tools/include/uapi/linux/
H A Drtnetlink.h289 #define RTPROT_STATIC 4 /* Route installed by administrator */ macro
/linux/net/bridge/
H A Dbr_mdb.c666 [MDBE_ATTR_RTPROT] = NLA_POLICY_MIN(NLA_U8, RTPROT_STATIC),
1239 cfg->rt_protocol = RTPROT_STATIC; in br_mdb_config_init()
1442 [MDBE_ATTR_RTPROT] = NLA_POLICY_MIN(NLA_U8, RTPROT_STATIC),
/linux/drivers/net/vxlan/
H A 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/net/mctp/
H A Droute.c1655 hdr->rtm_protocol = RTPROT_STATIC; /* everything is user-defined */ in mctp_fill_rtinfo()