Home
last modified time | relevance | path

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

/net/x25/
Dx25_link.c44 static inline void x25_start_t20timer(struct x25_neigh *nb) in x25_start_t20timer()
51 struct x25_neigh *nb = (struct x25_neigh *)param; in x25_t20timer_expiry() local
58 static inline void x25_stop_t20timer(struct x25_neigh *nb) in x25_stop_t20timer()
63 static inline int x25_t20timer_pending(struct x25_neigh *nb) in x25_t20timer_pending()
71 void x25_link_control(struct sk_buff *skb, struct x25_neigh *nb, in x25_link_control()
112 static void x25_transmit_restart_request(struct x25_neigh *nb) in x25_transmit_restart_request()
139 static void x25_transmit_restart_confirmation(struct x25_neigh *nb) in x25_transmit_restart_confirmation()
165 void x25_transmit_clear_request(struct x25_neigh *nb, unsigned int lci, in x25_transmit_clear_request()
192 void x25_transmit_link(struct sk_buff *skb, struct x25_neigh *nb) in x25_transmit_link()
213 void x25_link_established(struct x25_neigh *nb) in x25_link_established()
[all …]
Dx25_dev.c27 static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb) in x25_receive_data()
96 struct x25_neigh *nb; in x25_lapb_receive_frame() local
138 void x25_establish_link(struct x25_neigh *nb) in x25_establish_link()
167 void x25_terminate_link(struct x25_neigh *nb) in x25_terminate_link()
193 void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) in x25_send_frame()
Daf_x25.c192 struct x25_neigh *nb; in x25_device_event() local
285 static struct sock *__x25_find_socket(unsigned int lci, struct x25_neigh *nb) in __x25_find_socket()
300 struct sock *x25_find_socket(unsigned int lci, struct x25_neigh *nb) in x25_find_socket()
313 static unsigned int x25_new_lci(struct x25_neigh *nb) in x25_new_lci()
842 int x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb, in x25_rx_call_request()
1472 struct x25_neigh *nb; in compat_x25_subscr_ioctl() local
1620 void x25_kill_by_neigh(struct x25_neigh *nb) in x25_kill_by_neigh()
Dx25_facilities.c298 struct x25_neigh *nb) in x25_limit_facilities()
Dx25_forward.c98 struct x25_neigh *nb; in x25_forward_data() local
/net/netfilter/
Dnf_conntrack_ecache.c114 int nf_conntrack_register_notifier(struct notifier_block *nb) in nf_conntrack_register_notifier()
120 int nf_conntrack_unregister_notifier(struct notifier_block *nb) in nf_conntrack_unregister_notifier()
126 int nf_ct_expect_register_notifier(struct notifier_block *nb) in nf_ct_expect_register_notifier()
132 int nf_ct_expect_unregister_notifier(struct notifier_block *nb) in nf_ct_expect_unregister_notifier()
/net/core/
Dnetevent.c31 int register_netevent_notifier(struct notifier_block *nb) in register_netevent_notifier()
49 int unregister_netevent_notifier(struct notifier_block *nb) in unregister_netevent_notifier()
Ddev.c1225 int register_netdevice_notifier(struct notifier_block *nb) in register_netdevice_notifier()
1285 int unregister_netdevice_notifier(struct notifier_block *nb) in unregister_netdevice_notifier()
/net/tipc/
Deth_media.c194 static int recv_notification(struct notifier_block *nb, unsigned long evt, in recv_notification()
/net/wireless/
Dcore.c375 static int cfg80211_netdev_notifier_call(struct notifier_block * nb, in cfg80211_netdev_notifier_call()
/net/rose/
Drose_subr.c403 int len, nb; in rose_create_facilities() local
/net/mac80211/
Ddebugfs_netdev.c463 static int netdev_notify(struct notifier_block *nb, in netdev_notify()
/net/can/
Daf_can.c762 static int can_notifier(struct notifier_block *nb, unsigned long msg, in can_notifier()
Draw.c207 static int raw_notifier(struct notifier_block *nb, in raw_notifier()
Dbcm.c1341 static int bcm_notifier(struct notifier_block *nb, unsigned long msg, in bcm_notifier()
/net/bluetooth/
Dhci_core.c75 int hci_register_notifier(struct notifier_block *nb) in hci_register_notifier()
80 int hci_unregister_notifier(struct notifier_block *nb) in hci_unregister_notifier()
/net/decnet/
Ddn_dev.c1308 int register_dnaddr_notifier(struct notifier_block *nb) in register_dnaddr_notifier()
1313 int unregister_dnaddr_notifier(struct notifier_block *nb) in unregister_dnaddr_notifier()
/net/ipv4/
Ddevinet.c990 int register_inetaddr_notifier(struct notifier_block *nb) in register_inetaddr_notifier()
995 int unregister_inetaddr_notifier(struct notifier_block *nb) in unregister_inetaddr_notifier()
/net/netlink/
Daf_netlink.c1896 int netlink_register_notifier(struct notifier_block *nb) in netlink_register_notifier()
1902 int netlink_unregister_notifier(struct notifier_block *nb) in netlink_unregister_notifier()
/net/ipv6/
Daddrconf.c4434 int register_inet6addr_notifier(struct notifier_block *nb) in register_inet6addr_notifier()
4441 int unregister_inet6addr_notifier(struct notifier_block *nb) in unregister_inet6addr_notifier()
Dmcast.c159 #define MLDV2_MASK(value, nb) ((nb)>=32 ? (value) : ((1<<(nb))-1) & (value)) argument