/net/x25/ |
D | x25_link.c | 44 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 …]
|
D | x25_dev.c | 27 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()
|
D | af_x25.c | 192 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()
|
D | x25_facilities.c | 298 struct x25_neigh *nb) in x25_limit_facilities()
|
D | x25_forward.c | 98 struct x25_neigh *nb; in x25_forward_data() local
|
/net/netfilter/ |
D | nf_conntrack_ecache.c | 114 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/ |
D | netevent.c | 31 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()
|
D | dev.c | 1225 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/ |
D | eth_media.c | 194 static int recv_notification(struct notifier_block *nb, unsigned long evt, in recv_notification()
|
/net/wireless/ |
D | core.c | 375 static int cfg80211_netdev_notifier_call(struct notifier_block * nb, in cfg80211_netdev_notifier_call()
|
/net/rose/ |
D | rose_subr.c | 403 int len, nb; in rose_create_facilities() local
|
/net/mac80211/ |
D | debugfs_netdev.c | 463 static int netdev_notify(struct notifier_block *nb, in netdev_notify()
|
/net/can/ |
D | af_can.c | 762 static int can_notifier(struct notifier_block *nb, unsigned long msg, in can_notifier()
|
D | raw.c | 207 static int raw_notifier(struct notifier_block *nb, in raw_notifier()
|
D | bcm.c | 1341 static int bcm_notifier(struct notifier_block *nb, unsigned long msg, in bcm_notifier()
|
/net/bluetooth/ |
D | hci_core.c | 75 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/ |
D | dn_dev.c | 1308 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/ |
D | devinet.c | 990 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/ |
D | af_netlink.c | 1896 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/ |
D | addrconf.c | 4434 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()
|
D | mcast.c | 159 #define MLDV2_MASK(value, nb) ((nb)>=32 ? (value) : ((1<<(nb))-1) & (value)) argument
|