Home
last modified time | relevance | path

Searched defs:nb (Results 1 – 25 of 59) sorted by relevance

123

/net/x25/
Dx25_link.c42 static inline void x25_start_t20timer(struct x25_neigh *nb) in x25_start_t20timer()
49 struct x25_neigh *nb = from_timer(nb, t, t20timer); in x25_t20timer_expiry() local
56 static inline void x25_stop_t20timer(struct x25_neigh *nb) in x25_stop_t20timer()
64 void x25_link_control(struct sk_buff *skb, struct x25_neigh *nb, in x25_link_control()
132 static void x25_transmit_restart_request(struct x25_neigh *nb) in x25_transmit_restart_request()
159 static void x25_transmit_restart_confirmation(struct x25_neigh *nb) in x25_transmit_restart_confirmation()
185 void x25_transmit_clear_request(struct x25_neigh *nb, unsigned int lci, in x25_transmit_clear_request()
212 void x25_transmit_link(struct sk_buff *skb, struct x25_neigh *nb) in x25_transmit_link()
233 void x25_link_established(struct x25_neigh *nb) in x25_link_established()
250 void x25_link_terminated(struct x25_neigh *nb) in x25_link_terminated()
[all …]
Dx25_dev.c26 static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb) in x25_receive_data()
98 struct x25_neigh *nb; in x25_lapb_receive_frame() local
148 void x25_establish_link(struct x25_neigh *nb) in x25_establish_link()
173 void x25_terminate_link(struct x25_neigh *nb) in x25_terminate_link()
195 void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) in x25_send_frame()
Daf_x25.c209 struct x25_neigh *nb; in x25_device_event() local
308 static struct sock *__x25_find_socket(unsigned int lci, struct x25_neigh *nb) in __x25_find_socket()
322 struct sock *x25_find_socket(unsigned int lci, struct x25_neigh *nb) in x25_find_socket()
335 static unsigned int x25_new_lci(struct x25_neigh *nb) in x25_new_lci()
935 int x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb, in x25_rx_call_request()
1630 struct x25_neigh *nb; in compat_x25_subscr_ioctl() local
1768 void x25_kill_by_neigh(struct x25_neigh *nb) in x25_kill_by_neigh()
Dx25_forward.c94 struct x25_neigh *nb; in x25_forward_data() local
Dx25_facilities.c337 struct x25_neigh *nb) in x25_limit_facilities()
/net/core/
Dfib_notifier.c18 int call_fib_notifier(struct notifier_block *nb, in call_fib_notifier()
60 static int fib_net_dump(struct net *net, struct notifier_block *nb, in fib_net_dump()
83 static bool fib_dump_is_consistent(struct net *net, struct notifier_block *nb, in fib_dump_is_consistent()
84 void (*cb)(struct notifier_block *nb), in fib_dump_is_consistent()
99 int register_fib_notifier(struct net *net, struct notifier_block *nb, in register_fib_notifier()
100 void (*cb)(struct notifier_block *nb), in register_fib_notifier()
121 int unregister_fib_notifier(struct net *net, struct notifier_block *nb) in unregister_fib_notifier()
Dnetevent.c28 int register_netevent_notifier(struct notifier_block *nb) in register_netevent_notifier()
44 int unregister_netevent_notifier(struct notifier_block *nb) in unregister_netevent_notifier()
Dfib_rules.c347 static int call_fib_rule_notifier(struct notifier_block *nb, in call_fib_rule_notifier()
378 int fib_rules_dump(struct net *net, struct notifier_block *nb, int family, in fib_rules_dump()
/net/dcb/
Ddcbevent.c15 int register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier()
21 int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
/net/ipv6/
Daddrconf_core.c95 int register_inet6addr_notifier(struct notifier_block *nb) in register_inet6addr_notifier()
101 int unregister_inet6addr_notifier(struct notifier_block *nb) in unregister_inet6addr_notifier()
113 int register_inet6addr_validator_notifier(struct notifier_block *nb) in register_inet6addr_validator_notifier()
119 int unregister_inet6addr_validator_notifier(struct notifier_block *nb) in unregister_inet6addr_validator_notifier()
Dfib6_notifier.c10 int call_fib6_notifier(struct notifier_block *nb, in call_fib6_notifier()
30 static int fib6_dump(struct net *net, struct notifier_block *nb, in fib6_dump()
Dip6_fib.c362 static int call_fib6_entry_notifier(struct notifier_block *nb, in call_fib6_entry_notifier()
375 static int call_fib6_multipath_entry_notifier(struct notifier_block *nb, in call_fib6_multipath_entry_notifier()
433 struct notifier_block *nb; member
479 int fib6_tables_dump(struct net *net, struct notifier_block *nb, in fib6_tables_dump()
/net/ipv4/
Dfib_notifier.c12 int call_fib4_notifier(struct notifier_block *nb, in call_fib4_notifier()
37 static int fib4_dump(struct net *net, struct notifier_block *nb, in fib4_dump()
Dipmr_base.c387 int mr_dump(struct net *net, struct notifier_block *nb, unsigned short family, in mr_dump()
Dfib_rules.c69 int fib4_rules_dump(struct net *net, struct notifier_block *nb, in fib4_rules_dump()
Ddevinet.c1450 int register_inetaddr_notifier(struct notifier_block *nb) in register_inetaddr_notifier()
1456 int unregister_inetaddr_notifier(struct notifier_block *nb) in unregister_inetaddr_notifier()
1462 int register_inetaddr_validator_notifier(struct notifier_block *nb) in register_inetaddr_validator_notifier()
1468 int unregister_inetaddr_validator_notifier(struct notifier_block *nb) in unregister_inetaddr_validator_notifier()
/net/hsr/
Dhsr_main.c31 static int hsr_netdev_notify(struct notifier_block *nb, unsigned long event, in hsr_netdev_notify()
/net/switchdev/
Dswitchdev.c318 int register_switchdev_notifier(struct notifier_block *nb) in register_switchdev_notifier()
330 int unregister_switchdev_notifier(struct notifier_block *nb) in unregister_switchdev_notifier()
354 int register_switchdev_blocking_notifier(struct notifier_block *nb) in register_switchdev_blocking_notifier()
362 int unregister_switchdev_blocking_notifier(struct notifier_block *nb) in unregister_switchdev_blocking_notifier()
/net/mac80211/
Dmain.c341 static int ieee80211_ifa_changed(struct notifier_block *nb, in ieee80211_ifa_changed()
400 static int ieee80211_ifa6_changed(struct notifier_block *nb, in ieee80211_ifa6_changed()
/net/atm/
Dcommon.c828 int register_atmdevice_notifier(struct notifier_block *nb) in register_atmdevice_notifier()
834 void unregister_atmdevice_notifier(struct notifier_block *nb) in unregister_atmdevice_notifier()
/net/bridge/
Dbr.c205 static int br_switchdev_blocking_event(struct notifier_block *nb, in br_switchdev_blocking_event()
Dbr_mdb.c603 static int br_mdb_replay_one(struct notifier_block *nb, struct net_device *dev, in br_mdb_replay_one()
642 const void *ctx, bool adding, struct notifier_block *nb, in br_mdb_replay()
/net/ieee802154/
Dcore.c255 static int cfg802154_netdev_notifier_call(struct notifier_block *nb, in cfg802154_netdev_notifier_call()
/net/can/j1939/
Dmain.c360 static int j1939_netdev_notify(struct notifier_block *nb, in j1939_netdev_notify()
/net/rose/
Drose_subr.c440 int len, nb; in rose_create_facilities() local

123