Home
last modified time | relevance | path

Searched refs:nlflags (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c225 int event, u32 portid, u32 seq, unsigned int nlflags) in nh_fill_node() argument
233 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags); in nh_fill_node()
361 unsigned int nlflags = info->nlh ? info->nlh->nlmsg_flags : 0; in nexthop_notify() local
370 err = nh_fill_node(skb, nh, event, info->portid, seq, nlflags); in nexthop_notify()
1129 bool replace = !!(cfg->nlflags & NLM_F_REPLACE); in insert_nexthop()
1130 bool create = !!(cfg->nlflags & NLM_F_CREATE); in insert_nexthop()
1434 if (cfg->nlflags & NLM_F_REPLACE && !cfg->nh_id) { in nexthop_add()
1512 cfg->nlflags = nlh->nlmsg_flags; in rtm_to_nh_config()
H A Dfib_trie.c1174 u16 nlflags = NLM_F_EXCL; in fib_table_insert() local
1216 nlflags &= ~NLM_F_EXCL; in fib_table_insert()
1243 nlflags |= NLM_F_REPLACE; in fib_table_insert()
1285 tb->tb_id, &cfg->fc_nlinfo, nlflags); in fib_table_insert()
1303 nlflags |= NLM_F_APPEND; in fib_table_insert()
1311 nlflags |= NLM_F_CREATE; in fib_table_insert()
1355 &cfg->fc_nlinfo, nlflags); in fib_table_insert()
/OK3568_Linux_fs/kernel/include/linux/
H A Drtnetlink.h132 u32 flags, u32 mask, int nlflags,
H A Dnetdevice.h1486 int nlflags);
/OK3568_Linux_fs/kernel/net/tipc/
H A Dbearer.c793 struct tipc_bearer *bearer, int nlflags) in __tipc_nl_add_bearer() argument
800 nlflags, TIPC_NL_BEARER_GET); in __tipc_nl_add_bearer()
1152 struct tipc_media *media, int nlflags) in __tipc_nl_add_media() argument
1159 nlflags, TIPC_NL_MEDIA_GET); in __tipc_nl_add_media()
H A Dlink.h129 struct tipc_link *link, int nlflags);
H A Dlink.c2654 struct tipc_link *link, int nlflags) in __tipc_nl_add_link() argument
2663 nlflags, TIPC_NL_LINK_GET); in __tipc_nl_add_link()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_fib.c1080 u16 nlflags = NLM_F_EXCL; in fib6_add_rt2node() local
1084 nlflags |= NLM_F_APPEND; in fib6_add_rt2node()
1103 nlflags &= ~NLM_F_EXCL; in fib6_add_rt2node()
1207 nlflags |= NLM_F_CREATE; in fib6_add_rt2node()
1249 inet6_rt_notify(RTM_NEWROUTE, rt, info, nlflags); in fib6_add_rt2node()
H A Droute.c5037 __u16 nlflags) in ip6_route_mpath_notify() argument
5045 if ((nlflags & NLM_F_APPEND) && rt_last && rt_last->fib6_nsiblings) { in ip6_route_mpath_notify()
5052 inet6_rt_notify(RTM_NEWROUTE, rt, info, nlflags); in ip6_route_mpath_notify()
5104 __u16 nlflags; in ip6_route_multipath_add() local
5113 nlflags = replace ? NLM_F_REPLACE : NLM_F_CREATE; in ip6_route_multipath_add()
5115 nlflags |= NLM_F_APPEND; in ip6_route_multipath_add()
5258 ip6_route_mpath_notify(rt_notif, rt_last, info, nlflags); in ip6_route_multipath_add()
5267 ip6_route_mpath_notify(rt_notif, rt_last, info, nlflags); in ip6_route_multipath_add()
/OK3568_Linux_fs/kernel/include/net/
H A Dnexthop.h47 u32 nlflags; member
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_netlink.c536 struct net_device *dev, u32 filter_mask, int nlflags) in br_getlink() argument
545 return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags, in br_getlink()
H A Dbr_private.h1472 u32 filter_mask, int nlflags);
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_l2_main.c767 int nlflags) in qeth_l2_bridge_getlink() argument
781 nlflags, filter_mask, NULL); in qeth_l2_bridge_getlink()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dswitchdev.rst346 u32 nlflags;
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c3868 int nlflags, u16 ndm_state) in nlmsg_populate_fdb_fill() argument
3873 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndm), nlflags); in nlmsg_populate_fdb_fill()
4601 u32 flags, u32 mask, int nlflags, in ndo_dflt_bridge_getlink() argument
4615 nlh = nlmsg_put(skb, pid, seq, RTM_NEWLINK, sizeof(*ifm), nlflags); in ndo_dflt_bridge_getlink()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c5027 int nlflags) in be_ndo_bridge_getlink() argument
5053 0, 0, nlflags, filter_mask, NULL); in be_ndo_bridge_getlink()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_main.c6446 struct net_device *dev, u32 filter_mask, int nlflags) in ice_bridge_getlink() argument
6455 return ndo_dflt_bridge_getlink(skb, pid, seq, dev, bmode, 0, 0, nlflags, in ice_bridge_getlink()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4603 int nlflags) in mlx5e_bridge_getlink() argument
4616 0, 0, nlflags, filter_mask, NULL); in mlx5e_bridge_getlink()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9941 u32 filter_mask, int nlflags) in ixgbe_ndo_bridge_getlink() argument
9949 adapter->bridge_mode, 0, 0, nlflags, in ixgbe_ndo_bridge_getlink()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c12129 int nlflags) in bnxt_bridge_getlink() argument
12134 nlflags, filter_mask, NULL); in bnxt_bridge_getlink()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c12578 int nlflags) in i40e_ndo_bridge_getlink() argument
12600 0, 0, nlflags, filter_mask, NULL); in i40e_ndo_bridge_getlink()