Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 103) sorted by relevance

12345

/net/tipc/
Dmsg.h158 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word()
163 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word()
168 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits()
173 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits()
193 static inline u32 msg_version(struct tipc_msg *m) in msg_version()
198 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version()
203 static inline u32 msg_user(struct tipc_msg *m) in msg_user()
208 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata()
213 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user()
218 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz()
[all …]
Dgroup.c104 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 …]
Dsocket.c838 struct msghdr *m, struct tipc_member *mb, in tipc_send_group_msg()
888 static int tipc_send_group_unicast(struct socket *sock, struct msghdr *m, in tipc_send_group_unicast()
932 static int tipc_send_group_anycast(struct socket *sock, struct msghdr *m, in tipc_send_group_anycast()
1017 static int tipc_send_group_bcast(struct socket *sock, struct msghdr *m, in tipc_send_group_bcast()
1091 static int tipc_send_group_mcast(struct socket *sock, struct msghdr *m, in tipc_send_group_mcast()
1284 struct msghdr *m, size_t dsz) in tipc_sendmsg()
1296 static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dlen) in __tipc_sendmsg()
1429 static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_sendstream()
1441 static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dlen) in __tipc_sendstream()
1508 static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_send_packet()
[all …]
/net/can/
Dproc.c188 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist()
203 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner()
213 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show()
275 static int can_reset_stats_proc_show(struct seq_file *m, void *v) in can_reset_stats_proc_show()
296 static int can_version_proc_show(struct seq_file *m, void *v) in can_version_proc_show()
302 static inline void can_rcvlist_proc_show_one(struct seq_file *m, int idx, in can_rcvlist_proc_show_one()
314 static int can_rcvlist_proc_show(struct seq_file *m, void *v) in can_rcvlist_proc_show()
342 static inline void can_rcvlist_proc_show_array(struct seq_file *m, in can_rcvlist_proc_show_array()
367 static int can_rcvlist_sff_proc_show(struct seq_file *m, void *v) in can_rcvlist_sff_proc_show()
398 static int can_rcvlist_eff_proc_show(struct seq_file *m, void *v) in can_rcvlist_eff_proc_show()
/net/sched/
Dem_text.c26 #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()
104 static int em_text_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_text_dump()
Dem_canid.c87 static inline struct canid_match *em_canid_priv(struct tcf_ematch *m) in em_canid_priv()
92 static int em_canid_match(struct sk_buff *skb, struct tcf_ematch *m, in em_canid_match()
120 struct tcf_ematch *m) in em_canid_change()
182 static void em_canid_destroy(struct tcf_ematch *m) in em_canid_destroy()
189 static int em_canid_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_canid_dump()
Dact_mirred.c64 static struct net_device *tcf_mirred_dev_dereference(struct tcf_mirred *m) in tcf_mirred_dev_dereference()
72 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release() local
103 struct tcf_mirred *m; in tcf_mirred_init() local
213 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_act() local
320 struct tcf_mirred *m = to_mirred(a); in tcf_stats_update() local
334 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_dump() local
387 struct tcf_mirred *m; in mirred_device_event() local
424 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_get_dev() local
Dsch_teql.c65 struct teql_master *m; member
102 struct net_device *m = qdisc_dev(q); in teql_dequeue() local
170 struct teql_master *m = (struct teql_master *)sch->ops; in teql_qdisc_init() local
356 struct teql_master *m = netdev_priv(dev); in teql_master_open() local
404 struct teql_master *m = netdev_priv(dev); in teql_master_stats64() local
414 struct teql_master *m = netdev_priv(dev); in teql_master_mtu() local
Dact_mpls.c56 struct tcf_mpls *m = to_mpls(a); in tcf_mpls_act() local
145 struct tcf_mpls *m; in tcf_mpls_init() local
289 struct tcf_mpls *m = to_mpls(a); in tcf_mpls_cleanup() local
301 struct tcf_mpls *m = to_mpls(a); in tcf_mpls_dump() local
/net/l2tp/
Dl2tp_debugfs.c69 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()
177 static void l2tp_dfs_seq_session_show(struct seq_file *m, void *v) in l2tp_dfs_seq_session_show()
231 static int l2tp_dfs_seq_show(struct seq_file *m, void *v) in l2tp_dfs_seq_show()
Dl2tp_ppp.c272 static int pppol2tp_sendmsg(struct socket *sock, struct msghdr *m, in pppol2tp_sendmsg()
532 static void pppol2tp_show(struct seq_file *m, void *arg) in pppol2tp_show()
1472 static void *pppol2tp_seq_start(struct seq_file *m, loff_t *offs) in pppol2tp_seq_start()
1498 static void *pppol2tp_seq_next(struct seq_file *m, void *v, loff_t *pos) in pppol2tp_seq_next()
1524 static void pppol2tp_seq_tunnel_show(struct seq_file *m, void *v) in pppol2tp_seq_tunnel_show()
1542 static void pppol2tp_seq_session_show(struct seq_file *m, void *v) in pppol2tp_seq_session_show()
1598 static int pppol2tp_seq_show(struct seq_file *m, void *v) in pppol2tp_seq_show()
/net/netfilter/
Dnf_log_common.c21 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()
Dxt_iprange.c21 bool m; in iprange_mt4() local
70 bool m; in iprange_mt6() local
Dxt_limit.c154 struct xt_rateinfo m = { in limit_mt_compat_from_user() local
167 const struct xt_rateinfo *m = src; in limit_mt_compat_to_user() local
/net/9p/
Dtrans_fd.c157 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()
279 struct p9_conn *m; in p9_read_work() local
440 struct p9_conn *m; in p9_write_work() local
522 struct p9_conn *m = pwait->conn; in p9_pollwake() local
546 struct p9_conn *m = container_of(p, struct p9_conn, pt); in p9_pollwait() local
579 struct p9_conn *m = &ts->conn; in p9_conn_create() local
611 static void p9_poll_mux(struct p9_conn *m) in p9_poll_mux()
660 struct p9_conn *m = &ts->conn; in p9_fd_request() local
717 static int p9_fd_show_options(struct seq_file *m, struct p9_client *clnt) in p9_fd_show_options()
[all …]
Dmod.c69 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/atm/
Dmpoa_proc.c107 static void *mpc_start(struct seq_file *m, loff_t *pos) in mpc_start()
120 static void *mpc_next(struct seq_file *m, void *v, loff_t *pos) in mpc_next()
127 static void mpc_stop(struct seq_file *m, void *v) in mpc_stop()
134 static int mpc_show(struct seq_file *m, void *v) in mpc_show()
/net/ipv4/netfilter/
Dnf_log_ipv4.c35 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()
316 struct nf_log_buf *m; in nf_log_ip_packet() local
Dnf_log_arp.c42 static void dump_arp_packet(struct nf_log_buf *m, in dump_arp_packet()
84 struct nf_log_buf *m; in nf_log_arp_packet() local
/net/ipv6/netfilter/
Dnf_log_ipv6.c36 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()
348 struct nf_log_buf *m; in nf_log_ip6_packet() local
/net/sunrpc/
Dsvc.c57 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/
Drose_in.c101 …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/x25/
Dx25_in.c208 …3_machine(struct sock *sk, struct sk_buff *skb, int frametype, int ns, int nr, int q, int d, int m) in x25_state3_machine()
389 int queued = 0, frametype, ns, nr, q, d, m; in x25_process_rx_frame() local
/net/8021q/
Dvlan_netlink.c109 struct ifla_vlan_qos_mapping *m; in vlan_changelink() local
218 struct ifla_vlan_qos_mapping m; in vlan_fill_info() local
/net/nfc/nci/
Dspi.c33 struct spi_message m; in __nci_spi_send() local
175 struct spi_message m; in __nci_spi_read() local

12345