Home
last modified time | relevance | path

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

1234

/net/tipc/
Dmsg.h116 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word()
121 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word()
126 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits()
131 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits()
151 static inline u32 msg_version(struct tipc_msg *m) in msg_version()
156 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version()
161 static inline u32 msg_user(struct tipc_msg *m) in msg_user()
166 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata()
171 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user()
176 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz()
[all …]
Dsocket.c913 struct msghdr *m, size_t dsz) in tipc_sendmsg()
925 static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dlen) in __tipc_sendmsg()
1033 static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_sendstream()
1045 static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dlen) in __tipc_sendstream()
1110 static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_send_packet()
1153 static void set_orig_addr(struct msghdr *m, struct tipc_msg *msg) in set_orig_addr()
1179 static int tipc_sk_anc_data_recv(struct msghdr *m, struct tipc_msg *msg, in tipc_sk_anc_data_recv()
1319 static int tipc_recvmsg(struct socket *sock, struct msghdr *m, in tipc_recvmsg()
1405 static int tipc_recvstream(struct socket *sock, struct msghdr *m, in tipc_recvstream()
1903 struct msghdr m = {NULL,}; in tipc_connect() local
[all …]
/net/can/
Dproc.c186 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist()
201 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner()
211 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show()
286 static int can_reset_stats_proc_show(struct seq_file *m, void *v) in can_reset_stats_proc_show()
320 static int can_version_proc_show(struct seq_file *m, void *v) in can_version_proc_show()
339 static inline void can_rcvlist_proc_show_one(struct seq_file *m, int idx, in can_rcvlist_proc_show_one()
351 static int can_rcvlist_proc_show(struct seq_file *m, void *v) in can_rcvlist_proc_show()
392 static inline void can_rcvlist_proc_show_array(struct seq_file *m, in can_rcvlist_proc_show_array()
417 static int can_rcvlist_sff_proc_show(struct seq_file *m, void *v) in can_rcvlist_sff_proc_show()
461 static int can_rcvlist_eff_proc_show(struct seq_file *m, void *v) in can_rcvlist_eff_proc_show()
/net/sched/
Dem_text.c30 #define EM_TEXT_PRIV(m) ((struct text_match *) (m)->data) argument
32 static int em_text_match(struct sk_buff *skb, struct tcf_ematch *m, in em_text_match()
48 struct tcf_ematch *m) in em_text_change()
102 static void em_text_destroy(struct tcf_ematch *m) in em_text_destroy()
108 static int em_text_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_text_dump()
Dem_canid.c91 static inline struct canid_match *em_canid_priv(struct tcf_ematch *m) in em_canid_priv()
96 static int em_canid_match(struct sk_buff *skb, struct tcf_ematch *m, in em_canid_match()
124 struct tcf_ematch *m) in em_canid_change()
186 static void em_canid_destroy(struct tcf_ematch *m) in em_canid_destroy()
193 static int em_canid_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_canid_dump()
Dact_mirred.c55 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release() local
82 struct tcf_mirred *m; in tcf_mirred_init() local
163 struct tcf_mirred *m = to_mirred(a); in tcf_mirred() local
237 struct tcf_mirred *m = to_mirred(a); in tcf_stats_update() local
248 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_dump() local
292 struct tcf_mirred *m; in mirred_device_event() local
Dsch_teql.c69 struct teql_master *m; member
106 struct net_device *m = qdisc_dev(q); in teql_dequeue() local
173 struct teql_master *m = (struct teql_master *)sch->ops; in teql_qdisc_init() local
359 struct teql_master *m = netdev_priv(dev); in teql_master_open() local
407 struct teql_master *m = netdev_priv(dev); in teql_master_stats64() local
417 struct teql_master *m = netdev_priv(dev); in teql_master_mtu() local
/net/l2tp/
Dl2tp_debugfs.c66 static void *l2tp_dfs_seq_start(struct seq_file *m, loff_t *offs) in l2tp_dfs_seq_start()
91 static void *l2tp_dfs_seq_next(struct seq_file *m, void *v, loff_t *pos) in l2tp_dfs_seq_next()
102 static void l2tp_dfs_seq_tunnel_show(struct seq_file *m, void *v) in l2tp_dfs_seq_tunnel_show()
162 static void l2tp_dfs_seq_session_show(struct seq_file *m, void *v) in l2tp_dfs_seq_session_show()
219 static int l2tp_dfs_seq_show(struct seq_file *m, void *v) in l2tp_dfs_seq_show()
Dl2tp_ppp.c274 static int pppol2tp_sendmsg(struct socket *sock, struct msghdr *m, in pppol2tp_sendmsg()
549 static void pppol2tp_show(struct seq_file *m, void *arg) in pppol2tp_show()
1574 static void *pppol2tp_seq_start(struct seq_file *m, loff_t *offs) in pppol2tp_seq_start()
1600 static void *pppol2tp_seq_next(struct seq_file *m, void *v, loff_t *pos) in pppol2tp_seq_next()
1611 static void pppol2tp_seq_tunnel_show(struct seq_file *m, void *v) in pppol2tp_seq_tunnel_show()
1629 static void pppol2tp_seq_session_show(struct seq_file *m, void *v) in pppol2tp_seq_session_show()
1674 static int pppol2tp_seq_show(struct seq_file *m, void *v) in pppol2tp_seq_show()
/net/netfilter/
Dnf_log_common.c24 int nf_log_dump_udp_header(struct nf_log_buf *m, const struct sk_buff *skb, in nf_log_dump_udp_header()
56 int nf_log_dump_tcp_header(struct nf_log_buf *m, const struct sk_buff *skb, in nf_log_dump_tcp_header()
135 void nf_log_dump_sk_uid_gid(struct nf_log_buf *m, struct sock *sk) in nf_log_dump_sk_uid_gid()
152 nf_log_dump_packet_common(struct nf_log_buf *m, u_int8_t pf, in nf_log_dump_packet_common()
Dxt_iprange.c24 bool m; in iprange_mt4() local
73 bool m; in iprange_mt6() local
Dxt_limit.c157 struct xt_rateinfo m = { in limit_mt_compat_from_user() local
170 const struct xt_rateinfo *m = src; in limit_mt_compat_to_user() local
/net/9p/
Dmod.c84 void v9fs_register_trans(struct p9_trans_module *m) in v9fs_register_trans()
97 void v9fs_unregister_trans(struct p9_trans_module *m) in v9fs_unregister_trans()
162 void v9fs_put_trans(struct p9_trans_module *m) in v9fs_put_trans()
Dtrans_fd.c171 static void p9_mux_poll_stop(struct p9_conn *m) in p9_mux_poll_stop()
199 static void p9_conn_cancel(struct p9_conn *m, int err) in p9_conn_cancel()
303 struct p9_conn *m; in p9_read_work() local
454 struct p9_conn *m; in p9_write_work() local
531 struct p9_conn *m = pwait->conn; in p9_pollwake() local
555 struct p9_conn *m = container_of(p, struct p9_conn, pt); in p9_pollwait() local
588 struct p9_conn *m = &ts->conn; in p9_conn_create() local
620 static void p9_poll_mux(struct p9_conn *m) in p9_poll_mux()
670 struct p9_conn *m = &ts->conn; in p9_fd_request() local
725 static int p9_fd_show_options(struct seq_file *m, struct p9_client *clnt) in p9_fd_show_options()
[all …]
/net/atm/
Dmpoa_proc.c108 static void *mpc_start(struct seq_file *m, loff_t *pos) in mpc_start()
121 static void *mpc_next(struct seq_file *m, void *v, loff_t *pos) in mpc_next()
128 static void mpc_stop(struct seq_file *m, void *v) in mpc_stop()
135 static int mpc_show(struct seq_file *m, void *v) in mpc_show()
/net/ipv4/netfilter/
Dnf_log_ipv4.c38 static void dump_ipv4_packet(struct nf_log_buf *m, in dump_ipv4_packet()
275 static void dump_ipv4_mac_header(struct nf_log_buf *m, in dump_ipv4_mac_header()
319 struct nf_log_buf *m; in nf_log_ip_packet() local
Dnf_log_arp.c45 static void dump_arp_packet(struct nf_log_buf *m, in dump_arp_packet()
87 struct nf_log_buf *m; in nf_log_arp_packet() local
/net/ipv6/netfilter/
Dnf_log_ipv6.c39 static void dump_ipv6_packet(struct nf_log_buf *m, in dump_ipv6_packet()
288 static void dump_ipv6_mac_header(struct nf_log_buf *m, in dump_ipv6_mac_header()
351 struct nf_log_buf *m; in nf_log_ip6_packet() local
/net/sunrpc/
Dsvc.c56 struct svc_pool_map *m = &svc_pool_map; in param_set_pool_mode() local
142 svc_pool_map_alloc_arrays(struct svc_pool_map *m, unsigned int maxpools) in svc_pool_map_alloc_arrays()
165 svc_pool_map_init_percpu(struct svc_pool_map *m) in svc_pool_map_init_percpu()
193 svc_pool_map_init_pernode(struct svc_pool_map *m) in svc_pool_map_init_pernode()
225 struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_get() local
269 struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_put() local
287 const struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_get_node() local
304 struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_set_cpumask() local
337 struct svc_pool_map *m = &svc_pool_map; in svc_pool_for_cpu() local
Dtimer.c60 void rpc_update_rtt(struct rpc_rtt *rt, unsigned int timer, long m) in rpc_update_rtt()
/net/rose/
Drose_in.c104 …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()
267 int queued = 0, frametype, ns, nr, q, d, m; in rose_process_rx_frame() local
/net/8021q/
Dvlan_netlink.c96 struct ifla_vlan_qos_mapping *m; in vlan_changelink() local
196 struct ifla_vlan_qos_mapping m; in vlan_fill_info() local
/net/x25/
Dx25_in.c204 …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()
384 int queued = 0, frametype, ns, nr, q, d, m; in x25_process_rx_frame() local
/net/nfc/nci/
Dspi.c46 struct spi_message m; in __nci_spi_send() local
188 struct spi_message m; in __nci_spi_read() local
/net/xfrm/
Dxfrm_user.c556 static void xfrm_smark_init(struct nlattr **attrs, struct xfrm_mark *m) in xfrm_smark_init()
717 struct xfrm_mark m; in xfrm_user_state_lookup() local
864 static int xfrm_smark_put(struct sk_buff *skb, struct xfrm_mark *m) in xfrm_smark_put()
1309 struct xfrm_mark m; in xfrm_alloc_userspi() local
1858 struct xfrm_mark m; in xfrm_get_policy() local
2038 struct xfrm_mark m; in xfrm_get_ae() local
2080 struct xfrm_mark m; in xfrm_new_ae() local
2160 struct xfrm_mark m; in xfrm_add_pol_expire() local
2223 struct xfrm_mark m; in xfrm_add_sa_expire() local
2358 struct xfrm_migrate m[XFRM_MAX_DEPTH]; in xfrm_do_migrate() local
[all …]

1234