/net/tipc/ |
D | msg.h | 205 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word() 210 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word() 215 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits() 220 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits() 240 static inline u32 msg_version(struct tipc_msg *m) in msg_version() 245 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version() 250 static inline u32 msg_user(struct tipc_msg *m) in msg_user() 255 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata() 260 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user() 265 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz() [all …]
|
D | group.c | 104 static void tipc_group_open(struct tipc_member *m, bool *wakeup) in tipc_group_open() 115 struct tipc_member *m) in tipc_group_decr_active() 145 static bool tipc_group_is_receiver(struct tipc_member *m) in tipc_group_is_receiver() 150 static bool tipc_group_is_sender(struct tipc_member *m) in tipc_group_is_sender() 199 struct tipc_member *m, *tmp; in tipc_group_join() local 214 struct tipc_member *m, *tmp; in tipc_group_delete() local 236 struct tipc_member *m; in tipc_group_find_member() local 254 struct tipc_member *m; in tipc_group_find_dest() local 265 struct tipc_member *m; in tipc_group_find_node() local 277 struct tipc_member *m) in tipc_group_add_to_tree() [all …]
|
D | crypto.h | 179 static inline u32 msg_key_gen(struct tipc_msg *m) in msg_key_gen() 184 static inline void msg_set_key_gen(struct tipc_msg *m, u32 gen) in msg_set_key_gen() 189 static inline u32 msg_key_mode(struct tipc_msg *m) in msg_key_mode() 194 static inline void msg_set_key_mode(struct tipc_msg *m, u32 mode) in msg_set_key_mode()
|
/net/can/ |
D | proc.c | 187 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist() 202 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner() 212 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show() 274 static int can_reset_stats_proc_show(struct seq_file *m, void *v) in can_reset_stats_proc_show() 295 static inline void can_rcvlist_proc_show_one(struct seq_file *m, int idx, in can_rcvlist_proc_show_one() 307 static int can_rcvlist_proc_show(struct seq_file *m, void *v) in can_rcvlist_proc_show() 338 static inline void can_rcvlist_proc_show_array(struct seq_file *m, in can_rcvlist_proc_show_array() 363 static int can_rcvlist_sff_proc_show(struct seq_file *m, void *v) in can_rcvlist_sff_proc_show() 396 static int can_rcvlist_eff_proc_show(struct seq_file *m, void *v) in can_rcvlist_eff_proc_show()
|
/net/sched/ |
D | em_text.c | 26 #define EM_TEXT_PRIV(m) ((struct text_match *) (m)->data) argument 28 static int em_text_match(struct sk_buff *skb, struct tcf_ematch *m, in em_text_match() 44 struct tcf_ematch *m) in em_text_change() 98 static void em_text_destroy(struct tcf_ematch *m) in em_text_destroy() 106 static int em_text_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_text_dump()
|
D | em_canid.c | 88 static inline struct canid_match *em_canid_priv(struct tcf_ematch *m) in em_canid_priv() 93 static int em_canid_match(struct sk_buff *skb, struct tcf_ematch *m, in em_canid_match() 121 struct tcf_ematch *m) in em_canid_change() 183 static void em_canid_destroy(struct tcf_ematch *m) in em_canid_destroy() 190 static int em_canid_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_canid_dump()
|
D | act_mirred.c | 65 static struct net_device *tcf_mirred_dev_dereference(struct tcf_mirred *m) in tcf_mirred_dev_dereference() 73 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release() local 104 struct tcf_mirred *m; in tcf_mirred_init() local 231 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_act() local 340 struct tcf_mirred *m = to_mirred(a); in tcf_stats_update() local 351 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_dump() local 404 struct tcf_mirred *m; in mirred_device_event() local 441 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_get_dev() local
|
D | sch_teql.c | 65 struct teql_master *m; member 102 struct net_device *m = qdisc_dev(q); in teql_dequeue() local 172 struct teql_master *m = (struct teql_master *)sch->ops; in teql_qdisc_init() local 358 struct teql_master *m = netdev_priv(dev); in teql_master_open() local 406 struct teql_master *m = netdev_priv(dev); in teql_master_stats64() local 416 struct teql_master *m = netdev_priv(dev); in teql_master_mtu() local
|
D | act_mpls.c | 56 struct tcf_mpls *m = to_mpls(a); in tcf_mpls_act() local 171 struct tcf_mpls *m; in tcf_mpls_init() local 314 struct tcf_mpls *m = to_mpls(a); in tcf_mpls_cleanup() local 326 struct tcf_mpls *m = to_mpls(a); in tcf_mpls_dump() local
|
/net/netfilter/ |
D | nf_log_common.c | 21 int nf_log_dump_udp_header(struct nf_log_buf *m, const struct sk_buff *skb, in nf_log_dump_udp_header() 53 int nf_log_dump_tcp_header(struct nf_log_buf *m, const struct sk_buff *skb, in nf_log_dump_tcp_header() 132 void nf_log_dump_sk_uid_gid(struct net *net, struct nf_log_buf *m, in nf_log_dump_sk_uid_gid() 150 nf_log_dump_packet_common(struct nf_log_buf *m, u_int8_t pf, in nf_log_dump_packet_common() 174 void nf_log_dump_vlan(struct nf_log_buf *m, const struct sk_buff *skb) in nf_log_dump_vlan()
|
D | nft_set_pipapo.c | 416 struct nft_pipapo_match *m; in nft_pipapo_lookup() local 520 struct nft_pipapo_match *m = priv->clone; in pipapo_get() local 1085 static void pipapo_map(struct nft_pipapo_match *m, 1109 static void pipapo_free_scratch(const struct nft_pipapo_match *m, unsigned int cpu) 1198 struct nft_pipapo_match *m = priv->clone; local 1524 static void pipapo_drop(struct nft_pipapo_match *m, 1578 static void pipapo_gc(const struct nft_set *_set, struct nft_pipapo_match *m) 1645 static void pipapo_free_fields(struct nft_pipapo_match *m) 1656 static void pipapo_free_match(struct nft_pipapo_match *m) 1675 struct nft_pipapo_match *m; local [all …]
|
D | xt_iprange.c | 21 bool m; in iprange_mt4() local 70 bool m; in iprange_mt6() local
|
/net/l2tp/ |
D | l2tp_debugfs.c | 67 static void *l2tp_dfs_seq_start(struct seq_file *m, loff_t *offs) in l2tp_dfs_seq_start() 94 static void *l2tp_dfs_seq_next(struct seq_file *m, void *v, loff_t *pos) in l2tp_dfs_seq_next() 120 static void l2tp_dfs_seq_tunnel_show(struct seq_file *m, void *v) in l2tp_dfs_seq_tunnel_show() 179 static void l2tp_dfs_seq_session_show(struct seq_file *m, void *v) in l2tp_dfs_seq_session_show() 233 static int l2tp_dfs_seq_show(struct seq_file *m, void *v) in l2tp_dfs_seq_show()
|
D | l2tp_ppp.c | 266 static int pppol2tp_sendmsg(struct socket *sock, struct msghdr *m, in pppol2tp_sendmsg() 527 static void pppol2tp_show(struct seq_file *m, void *arg) in pppol2tp_show() 1453 static void *pppol2tp_seq_start(struct seq_file *m, loff_t *offs) in pppol2tp_seq_start() 1483 static void *pppol2tp_seq_next(struct seq_file *m, void *v, loff_t *pos) in pppol2tp_seq_next() 1509 static void pppol2tp_seq_tunnel_show(struct seq_file *m, void *v) in pppol2tp_seq_tunnel_show() 1527 static void pppol2tp_seq_session_show(struct seq_file *m, void *v) in pppol2tp_seq_session_show() 1583 static int pppol2tp_seq_show(struct seq_file *m, void *v) in pppol2tp_seq_show()
|
/net/9p/ |
D | trans_fd.c | 157 static void p9_mux_poll_stop(struct p9_conn *m) in p9_mux_poll_stop() 185 static void p9_conn_cancel(struct p9_conn *m, int err) in p9_conn_cancel() 282 struct p9_conn *m; in p9_read_work() local 447 struct p9_conn *m; in p9_write_work() local 529 struct p9_conn *m = pwait->conn; in p9_pollwake() local 553 struct p9_conn *m = container_of(p, struct p9_conn, pt); in p9_pollwait() local 586 struct p9_conn *m = &ts->conn; in p9_conn_create() local 618 static void p9_poll_mux(struct p9_conn *m) in p9_poll_mux() 667 struct p9_conn *m = &ts->conn; in p9_fd_request() local 733 static int p9_fd_show_options(struct seq_file *m, struct p9_client *clnt) in p9_fd_show_options() [all …]
|
D | mod.c | 69 void v9fs_register_trans(struct p9_trans_module *m) in v9fs_register_trans() 82 void v9fs_unregister_trans(struct p9_trans_module *m) in v9fs_unregister_trans() 147 void v9fs_put_trans(struct p9_trans_module *m) in v9fs_put_trans()
|
/net/xdp/ |
D | xskmap.c | 78 struct xsk_map *m; in xsk_map_alloc() local 111 struct xsk_map *m = container_of(map, struct xsk_map, map); in xsk_map_free() local 120 struct xsk_map *m = container_of(map, struct xsk_map, map); in xsk_map_get_next_key() local 165 struct xsk_map *m = container_of(map, struct xsk_map, map); in xsk_map_update_elem() local 224 struct xsk_map *m = container_of(map, struct xsk_map, map); in xsk_map_delete_elem() local
|
/net/atm/ |
D | mpoa_proc.c | 104 static void *mpc_start(struct seq_file *m, loff_t *pos) in mpc_start() 117 static void *mpc_next(struct seq_file *m, void *v, loff_t *pos) in mpc_next() 124 static void mpc_stop(struct seq_file *m, void *v) in mpc_stop() 131 static int mpc_show(struct seq_file *m, void *v) in mpc_show()
|
/net/ipv4/netfilter/ |
D | nf_log_ipv4.c | 35 static void dump_ipv4_packet(struct net *net, struct nf_log_buf *m, in dump_ipv4_packet() 272 static void dump_ipv4_mac_header(struct nf_log_buf *m, in dump_ipv4_mac_header() 318 struct nf_log_buf *m; in nf_log_ip_packet() local
|
D | nf_log_arp.c | 42 static void dump_arp_packet(struct nf_log_buf *m, in dump_arp_packet() 99 struct nf_log_buf *m; in nf_log_arp_packet() local
|
/net/ipv6/netfilter/ |
D | nf_log_ipv6.c | 36 static void dump_ipv6_packet(struct net *net, struct nf_log_buf *m, in dump_ipv6_packet() 285 static void dump_ipv6_mac_header(struct nf_log_buf *m, in dump_ipv6_mac_header() 350 struct nf_log_buf *m; in nf_log_ip6_packet() local
|
/net/sunrpc/ |
D | svc.c | 57 struct svc_pool_map *m = &svc_pool_map; in param_set_pool_mode() local 143 svc_pool_map_alloc_arrays(struct svc_pool_map *m, unsigned int maxpools) in svc_pool_map_alloc_arrays() 166 svc_pool_map_init_percpu(struct svc_pool_map *m) in svc_pool_map_init_percpu() 194 svc_pool_map_init_pernode(struct svc_pool_map *m) in svc_pool_map_init_pernode() 226 struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_get() local 270 struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_put() local 288 const struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_get_node() local 305 struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_set_cpumask() local 338 struct svc_pool_map *m = &svc_pool_map; in svc_pool_for_cpu() local
|
/net/rose/ |
D | rose_in.c | 101 …3_machine(struct sock *sk, struct sk_buff *skb, int frametype, int ns, int nr, int q, int d, int m) in rose_state3_machine() 265 int queued = 0, frametype, ns, nr, q, d, m; in rose_process_rx_frame() local
|
/net/8021q/ |
D | vlan_netlink.c | 109 struct ifla_vlan_qos_mapping *m; in vlan_changelink() local 222 struct ifla_vlan_qos_mapping m; in vlan_fill_info() local
|
/net/nfc/nci/ |
D | spi.c | 33 struct spi_message m; in __nci_spi_send() local 178 struct spi_message m; in __nci_spi_read() local
|