/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_mdb.c | 71 u16 nlflags; member 606 cfg->nlflags = nlmsg_flags; in vxlan_mdb_config_init() 798 sg_cfg.nlflags = cfg->nlflags; in vxlan_mdb_remote_src_fwd_add() 841 } else if (!(cfg->nlflags & NLM_F_REPLACE)) { in vxlan_mdb_remote_src_add() 1114 if (!(cfg->nlflags & NLM_F_REPLACE)) { in vxlan_mdb_remote_add() 1121 if (!(cfg->nlflags & NLM_F_CREATE)) { in vxlan_mdb_remote_add()
|
/openbmc/linux/net/bridge/ |
H A D | br_mdb.c | 746 if (!(cfg->nlflags & NLM_F_REPLACE)) { in br_mdb_add_group_sg() 816 sg_cfg.nlflags = cfg->nlflags; in br_mdb_add_group_src_fwd() 837 } else if (!(cfg->nlflags & NLM_F_REPLACE)) { in br_mdb_add_group_src() 971 if (!(cfg->nlflags & NLM_F_REPLACE)) { in br_mdb_add_group_star_g() 1212 cfg->nlflags = nlmsg_flags; in br_mdb_config_init()
|
H A D | br_private.h | 108 u16 nlflags; member 2083 u32 filter_mask, int nlflags);
|
H A D | br_netlink.c | 677 struct net_device *dev, u32 filter_mask, int nlflags) in br_getlink() argument 688 return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags, in br_getlink()
|
/openbmc/linux/include/linux/ |
H A D | rtnetlink.h | 125 u32 flags, u32 mask, int nlflags,
|
H A D | netdevice.h | 1601 int nlflags);
|
/openbmc/linux/net/tipc/ |
H A D | link.h | 129 struct tipc_link *link, int nlflags);
|
H A D | bearer.c | 824 struct tipc_bearer *bearer, int nlflags) in __tipc_nl_add_bearer() argument 831 nlflags, TIPC_NL_BEARER_GET); in __tipc_nl_add_bearer() 1189 struct tipc_media *media, int nlflags) in __tipc_nl_add_media() argument 1196 nlflags, TIPC_NL_MEDIA_GET); in __tipc_nl_add_media()
|
H A D | link.c | 2693 struct tipc_link *link, int nlflags) in __tipc_nl_add_link() argument 2702 nlflags, TIPC_NL_LINK_GET); in __tipc_nl_add_link()
|
/openbmc/linux/net/ipv4/ |
H A D | nexthop.c | 695 int event, u32 portid, u32 seq, unsigned int nlflags) in nh_fill_node() argument 703 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags); in nh_fill_node() 844 unsigned int nlflags = info->nlh ? info->nlh->nlmsg_flags : 0; in nexthop_notify() local 853 err = nh_fill_node(skb, nh, event, info->portid, seq, nlflags); in nexthop_notify() 918 unsigned int nlflags, in nh_fill_res_bucket() argument 926 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags); in nh_fill_res_bucket() 2309 bool replace = !!(cfg->nlflags & NLM_F_REPLACE); in insert_nexthop() 2310 bool create = !!(cfg->nlflags & NLM_F_CREATE); in insert_nexthop() 2667 if (cfg->nlflags & NLM_F_REPLACE && !cfg->nh_id) { in nexthop_add() 2805 cfg->nlflags = nlh->nlmsg_flags; in rtm_to_nh_config()
|
H A D | fib_trie.c | 1221 u16 nlflags = NLM_F_EXCL; in fib_table_insert() local 1264 nlflags &= ~NLM_F_EXCL; in fib_table_insert() 1291 nlflags |= NLM_F_REPLACE; in fib_table_insert() 1334 tb->tb_id, &cfg->fc_nlinfo, nlflags); in fib_table_insert() 1352 nlflags |= NLM_F_APPEND; in fib_table_insert() 1360 nlflags |= NLM_F_CREATE; in fib_table_insert() 1405 &cfg->fc_nlinfo, nlflags); in fib_table_insert()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_fib.c | 1086 u16 nlflags = NLM_F_EXCL; in fib6_add_rt2node() local 1090 nlflags |= NLM_F_APPEND; in fib6_add_rt2node() 1109 nlflags &= ~NLM_F_EXCL; in fib6_add_rt2node() 1213 nlflags |= NLM_F_CREATE; in fib6_add_rt2node() 1255 inet6_rt_notify(RTM_NEWROUTE, rt, info, nlflags); in fib6_add_rt2node()
|
H A D | route.c | 5186 __u16 nlflags) in ip6_route_mpath_notify() argument 5196 if ((nlflags & NLM_F_APPEND) && rt_last && rt_last->fib6_nsiblings) { in ip6_route_mpath_notify() 5203 inet6_rt_notify(RTM_NEWROUTE, rt, info, nlflags); in ip6_route_mpath_notify() 5257 __u16 nlflags; in ip6_route_multipath_add() local 5266 nlflags = replace ? NLM_F_REPLACE : NLM_F_CREATE; in ip6_route_multipath_add() 5268 nlflags |= NLM_F_APPEND; in ip6_route_multipath_add() 5405 ip6_route_mpath_notify(rt_notif, rt_last, info, nlflags); in ip6_route_multipath_add() 5414 ip6_route_mpath_notify(rt_notif, rt_last, info, nlflags); in ip6_route_multipath_add()
|
/openbmc/linux/include/net/ |
H A D | nexthop.h | 53 u32 nlflags; member
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_l2_main.c | 937 int nlflags) in qeth_l2_bridge_getlink() argument 951 nlflags, filter_mask, NULL); in qeth_l2_bridge_getlink()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_common.c | 2075 int nlflags) in nfp_net_bridge_getlink() argument 2087 nlflags, filter_mask, NULL); in nfp_net_bridge_getlink()
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 4127 int nlflags, u16 ndm_state) in nlmsg_populate_fdb_fill() argument 4132 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndm), nlflags); in nlmsg_populate_fdb_fill() 4895 u32 flags, u32 mask, int nlflags, in ndo_dflt_bridge_getlink() argument 4909 nlh = nlmsg_put(skb, pid, seq, RTM_NEWLINK, sizeof(*ifm), nlflags); in ndo_dflt_bridge_getlink()
|
/openbmc/linux/Documentation/networking/ |
H A D | switchdev.rst | 370 u32 nlflags;
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 5018 int nlflags) in be_ndo_bridge_getlink() argument 5044 0, 0, nlflags, filter_mask, NULL); in be_ndo_bridge_getlink()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 4889 int nlflags) in mlx5e_bridge_getlink() argument 4902 0, 0, nlflags, filter_mask, NULL); in mlx5e_bridge_getlink()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 7744 struct net_device *dev, u32 filter_mask, int nlflags) in ice_bridge_getlink() argument 7753 return ndo_dflt_bridge_getlink(skb, pid, seq, dev, bmode, 0, 0, nlflags, in ice_bridge_getlink()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 10054 u32 filter_mask, int nlflags) in ixgbe_ndo_bridge_getlink() argument 10062 adapter->bridge_mode, 0, 0, nlflags, in ixgbe_ndo_bridge_getlink()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 13286 int nlflags) in i40e_ndo_bridge_getlink() argument 13308 0, 0, nlflags, filter_mask, NULL); in i40e_ndo_bridge_getlink()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 13114 int nlflags) in bnxt_bridge_getlink() argument 13119 nlflags, filter_mask, NULL); in bnxt_bridge_getlink()
|