/net/bluetooth/bnep/ |
D | core.c | 65 struct bnep_session *s; in __bnep_get_session() local 78 static void __bnep_link_session(struct bnep_session *s) in __bnep_link_session() 87 static void __bnep_unlink_session(struct bnep_session *s) in __bnep_unlink_session() 93 static int bnep_send(struct bnep_session *s, void *data, size_t len) in bnep_send() 101 static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp) in bnep_send_rsp() 111 static inline void bnep_set_default_proto_filter(struct bnep_session *s) in bnep_set_default_proto_filter() 125 static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len) in bnep_ctrl_set_netfilter() 170 static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len) in bnep_ctrl_set_mcfilter() 224 static int bnep_rx_control(struct bnep_session *s, void *data, int len) in bnep_rx_control() 261 static int bnep_rx_extension(struct bnep_session *s, struct sk_buff *skb) in bnep_rx_extension() [all …]
|
D | netdev.c | 61 struct bnep_session *s = netdev_priv(dev); in bnep_net_set_mc_list() local 126 static inline int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_mc_filter() 152 static inline int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_proto_filter() 170 struct bnep_session *s = netdev_priv(dev); in bnep_net_xmit() local
|
/net/bluetooth/rfcomm/ |
D | core.c | 121 static inline void rfcomm_session_put(struct rfcomm_session *s) in rfcomm_session_put() 317 static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d) in rfcomm_dlc_link() 330 struct rfcomm_session *s = d->session; in rfcomm_dlc_unlink() local 341 static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) in rfcomm_dlc_get() 356 struct rfcomm_session *s; in __rfcomm_dlc_open() local 422 struct rfcomm_session *s = d->session; in __rfcomm_dlc_close() local 562 struct rfcomm_session *s = kzalloc(sizeof(*s), GFP_KERNEL); in rfcomm_session_add() local 589 static void rfcomm_session_del(struct rfcomm_session *s) in rfcomm_session_del() 609 struct rfcomm_session *s; in rfcomm_session_get() local 623 static void rfcomm_session_close(struct rfcomm_session *s, int err) in rfcomm_session_close() [all …]
|
/net/sched/ |
D | cls_rsvp.h | 138 struct rsvp_session *s; in rsvp_classify() local 218 struct rsvp_session *s; in rsvp_get() local 271 struct rsvp_session *s; in rsvp_destroy() local 295 struct rsvp_session *s = f->sess; in rsvp_delete() local 366 struct rsvp_session *s; in tunnel_recycle() local 416 struct rsvp_session *s, **sp; in rsvp_change() local 566 struct rsvp_session *s; in rsvp_walk() local 592 struct rsvp_session *s; in rsvp_dump() local
|
/net/mac80211/ |
D | mesh_plink.c | 25 #define mod_plink_timer(s, t) (mod_timer(&s->plink_timer, \ argument 39 #define dot11MeshMaxRetries(s) (s->u.mesh.mshcfg.dot11MeshMaxRetries) argument 40 #define dot11MeshRetryTimeout(s) (s->u.mesh.mshcfg.dot11MeshRetryTimeout) argument 41 #define dot11MeshConfirmTimeout(s) (s->u.mesh.mshcfg.dot11MeshConfirmTimeout) argument 42 #define dot11MeshHoldingTimeout(s) (s->u.mesh.mshcfg.dot11MeshHoldingTimeout) argument 43 #define dot11MeshMaxPeerLinks(s) (s->u.mesh.mshcfg.dot11MeshMaxPeerLinks) argument
|
D | mesh_hwmp.c | 66 #define net_traversal_jiffies(s) \ argument 68 #define default_lifetime(s) \ argument 70 #define min_preq_int_jiff(s) \ argument 72 #define max_preq_retries(s) (s->u.mesh.mshcfg.dot11MeshHWMPmaxPREQretries) argument 73 #define disc_timeout_jiff(s) \ argument
|
/net/netfilter/ |
D | nf_log.c | 112 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() 122 static void seq_stop(struct seq_file *s, void *v) in seq_stop() 128 static int seq_show(struct seq_file *s, void *v) in seq_show()
|
D | nf_queue.c | 294 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() 304 static void seq_stop(struct seq_file *s, void *v) in seq_stop() 309 static int seq_show(struct seq_file *s, void *v) in seq_show()
|
D | nf_conntrack_standalone.c | 34 print_tuple(struct seq_file *s, const struct nf_conntrack_tuple *tuple, in print_tuple() 95 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) in ct_seq_next() 101 static void ct_seq_stop(struct seq_file *s, void *v) in ct_seq_stop() 108 static int ct_seq_show(struct seq_file *s, void *v) in ct_seq_show()
|
D | nf_conntrack_l3proto_generic.c | 52 static int generic_print_tuple(struct seq_file *s, in generic_print_tuple()
|
/net/netlabel/ |
D | netlabel_addrlist.h | 73 static inline struct netlbl_af4list *__af4list_valid(struct list_head *s, in __af4list_valid() 85 static inline struct netlbl_af4list *__af4list_valid_rcu(struct list_head *s, in __af4list_valid_rcu() 141 static inline struct netlbl_af6list *__af6list_valid(struct list_head *s, in __af6list_valid() 153 static inline struct netlbl_af6list *__af6list_valid_rcu(struct list_head *s, in __af6list_valid_rcu()
|
/net/ax25/ |
D | ax25_dev.c | 98 ax25_dev *s, *ax25_dev; in ax25_dev_device_down() local 192 ax25_dev *s, *ax25_dev; in ax25_dev_free() local
|
D | ax25_route.c | 46 ax25_route *s, *t, *ax25_rt; in ax25_rt_device_down() local 149 ax25_route *s, *t, *ax25_rt; in ax25_rt_del() local 493 ax25_route *s, *ax25_rt = ax25_route_list; in ax25_rt_free() local
|
D | ax25_iface.c | 60 struct ax25_protocol *s, *protocol; in ax25_protocol_release() local 133 struct listen_struct *s, *listen; in ax25_listen_release() local
|
D | ax25_addr.c | 52 char c, *s; in ax2asc() local 85 const char *s; in asc2ax() local
|
/net/unix/ |
D | garbage.c | 110 struct sock *s = sock->sk; in unix_get_socket() local 128 struct sock *s = unix_get_socket(fp); in unix_inflight() local 145 struct sock *s = unix_get_socket(fp); in unix_notinflight() local
|
/net/rose/ |
D | rose_route.c | 204 struct rose_node *s; in rose_remove_node() local 228 struct rose_neigh *s; in rose_remove_neigh() local 259 struct rose_route *s; in rose_remove_route() local 473 struct rose_neigh *s, *rose_neigh; in rose_rt_device_down() local 547 struct rose_neigh *s, *rose_neigh; in rose_clear_routes() local 758 struct rose_route *rose_route, *s; in rose_del_route_by_neigh() local 1330 struct rose_neigh *s, *rose_neigh = rose_neigh_list; in rose_rt_free() local
|
D | af_rose.c | 169 struct sock *s; in rose_kill_by_neigh() local 190 struct sock *s; in rose_kill_by_device() local 250 struct sock *s; in rose_find_listener() local 282 struct sock *s; in rose_find_socket() local 1414 struct sock *s; in rose_info_start() local 1453 struct sock *s = v; in rose_info_show() local
|
/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 76 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) in ct_seq_next() 82 static void ct_seq_stop(struct seq_file *s, void *v) in ct_seq_stop() 88 static int ct_seq_show(struct seq_file *s, void *v) in ct_seq_show() 240 static int exp_seq_show(struct seq_file *s, void *v) in exp_seq_show()
|
/net/x25/ |
D | x25_proc.c | 98 struct sock *s; in x25_get_socket_idx() local 120 struct sock *s; in x25_seq_socket_next() local 140 struct sock *s; in x25_seq_socket_show() local
|
/net/netrom/ |
D | af_netrom.c | 106 struct sock *s; in nr_kill_by_device() local 151 struct sock *s; in nr_find_listener() local 172 struct sock *s; in nr_find_socket() local 196 struct sock *s; in nr_find_peer() local 1263 struct sock *s; in nr_info_start() local 1294 struct sock *s = v; in nr_info_show() local
|
D | nr_route.c | 483 struct nr_node *s; in nr_dec_obs() local 537 struct nr_neigh *s; in nr_rt_device_down() local 727 struct nr_neigh *s, *nr_neigh = NULL; in nr_link_failed() local 1036 struct nr_neigh *s = NULL; in nr_rt_free() local
|
/net/core/ |
D | utils.c | 116 const char *s; in in4_pton() local 171 const char *s, *tok = NULL; in in6_pton() local
|
/net/bluetooth/ |
D | lib.c | 39 unsigned char *s = (unsigned char *) src; in baswap() local
|
/net/tipc/ |
D | name_table.c | 252 struct subscription *s; in tipc_nameseq_insert_publ() local 395 struct subscription *s, *st; in tipc_nameseq_remove_publ() local 520 static void tipc_nameseq_subscribe(struct name_seq *nseq, struct subscription *s) in tipc_nameseq_subscribe() 825 void tipc_nametbl_subscribe(struct subscription *s) in tipc_nametbl_subscribe() 852 void tipc_nametbl_unsubscribe(struct subscription *s) in tipc_nametbl_unsubscribe()
|