| /net/bridge/ |
| A D | br_mdb.c | 774 if (!(cfg->nlflags & NLM_F_REPLACE)) { in br_mdb_add_group_sg() 844 sg_cfg.nlflags = cfg->nlflags; in br_mdb_add_group_src_fwd() 865 } else if (!(cfg->nlflags & NLM_F_REPLACE)) { in br_mdb_add_group_src() 999 if (!(cfg->nlflags & NLM_F_REPLACE)) { in br_mdb_add_group_star_g() 1061 if (mp->host_joined && !(cfg->nlflags & NLM_F_REPLACE)) { in br_mdb_add_group() 1240 cfg->nlflags = nlmsg_flags; in br_mdb_config_init()
|
| 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()
|
| A D | br_private.h | 108 u16 nlflags; member 2145 u32 filter_mask, int nlflags);
|
| /net/tipc/ |
| 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() 1186 struct tipc_media *media, int nlflags) in __tipc_nl_add_media() argument 1193 nlflags, TIPC_NL_MEDIA_GET); in __tipc_nl_add_media()
|
| A D | link.h | 129 struct tipc_link *link, int nlflags);
|
| A D | link.c | 2673 struct tipc_link *link, int nlflags) in __tipc_nl_add_link() argument 2682 nlflags, TIPC_NL_LINK_GET); in __tipc_nl_add_link()
|
| /net/ipv4/ |
| A D | fib_trie.c | 1200 u16 nlflags = NLM_F_EXCL; in fib_table_insert() local 1240 nlflags &= ~NLM_F_EXCL; in fib_table_insert() 1267 nlflags |= NLM_F_REPLACE; in fib_table_insert() 1310 tb->tb_id, &cfg->fc_nlinfo, nlflags); in fib_table_insert() 1328 nlflags |= NLM_F_APPEND; in fib_table_insert() 1336 nlflags |= NLM_F_CREATE; in fib_table_insert() 1381 &cfg->fc_nlinfo, nlflags); in fib_table_insert()
|
| A D | nexthop.c | 919 int event, u32 portid, u32 seq, unsigned int nlflags, in nh_fill_node() argument 928 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags); in nh_fill_node() 1072 unsigned int nlflags = info->nlh ? info->nlh->nlmsg_flags : 0; in nexthop_notify() local 1081 err = nh_fill_node(skb, nh, event, info->portid, seq, nlflags, 0); in nexthop_notify() 1145 unsigned int nlflags, in nh_fill_res_bucket() argument 1153 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags); in nh_fill_res_bucket() 2572 bool replace = !!(cfg->nlflags & NLM_F_REPLACE); in insert_nexthop() 2573 bool create = !!(cfg->nlflags & NLM_F_CREATE); in insert_nexthop() 3066 cfg->nlflags = nlh->nlmsg_flags; in rtm_to_nh_config() 3252 if (cfg.nlflags & NLM_F_REPLACE && !cfg.nh_id) { in rtm_new_nexthop()
|
| /net/ipv6/ |
| A D | ip6_fib.c | 1096 u16 nlflags = NLM_F_EXCL; in fib6_add_rt2node() local 1100 nlflags |= NLM_F_APPEND; in fib6_add_rt2node() 1119 nlflags &= ~NLM_F_EXCL; in fib6_add_rt2node() 1230 nlflags |= NLM_F_CREATE; in fib6_add_rt2node() 1275 inet6_rt_notify(RTM_NEWROUTE, rt, info, nlflags); in fib6_add_rt2node()
|
| A D | route.c | 5340 __u16 nlflags) in ip6_route_mpath_notify() argument 5350 if ((nlflags & NLM_F_APPEND) && rt_last && in ip6_route_mpath_notify() 5358 inet6_rt_notify(RTM_NEWROUTE, rt, info, nlflags); in ip6_route_mpath_notify() 5400 __u16 nlflags; in ip6_route_multipath_add() local 5414 nlflags = replace ? NLM_F_REPLACE : NLM_F_CREATE; in ip6_route_multipath_add() 5416 nlflags |= NLM_F_APPEND; in ip6_route_multipath_add() 5538 ip6_route_mpath_notify(rt_notif, rt_last, info, nlflags); in ip6_route_multipath_add() 5547 ip6_route_mpath_notify(rt_notif, rt_last, info, nlflags); in ip6_route_multipath_add()
|
| /net/core/ |
| A D | rtnetlink.c | 4458 int nlflags, u16 ndm_state) in nlmsg_populate_fdb_fill() argument 4463 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndm), nlflags); in nlmsg_populate_fdb_fill() 5207 u32 flags, u32 mask, int nlflags, in ndo_dflt_bridge_getlink() argument 5221 nlh = nlmsg_put(skb, pid, seq, RTM_NEWLINK, sizeof(*ifm), nlflags); in ndo_dflt_bridge_getlink()
|