Searched refs:mesg (Results 1 – 5 of 5) sorted by relevance
| /net/atm/ |
| A D | lec.c | 144 struct atmlec_msg *mesg; in lec_handle_bridge() local 151 mesg->type = l_topology_change; in lec_handle_bridge() 349 struct atmlec_msg *mesg; in lec_atm_send() local 358 switch (mesg->type) { in lec_atm_send() 367 mesg->content.normal.flag); in lec_atm_send() 392 mesg->sizeoftlvs); in lec_atm_send() 394 tmp, mesg->sizeoftlvs); in lec_atm_send() 451 skb_copy_to_linear_data(skb2, mesg, sizeof(*mesg)); in lec_atm_send() 515 struct atmlec_msg *mesg; in send_to_lecd() local 525 mesg->type = type; in send_to_lecd() [all …]
|
| A D | mpc.c | 860 struct k_message mesg; in send_set_mps_ctrl_addr() local 864 mesg.type = SET_MPS_CTRL_ADDR; in send_set_mps_ctrl_addr() 866 msg_to_mpoad(&mesg, mpc); in send_set_mps_ctrl_addr() 920 switch (mesg->type) { in msg_from_mpoad() 927 MPOA_trigger_rcvd(mesg, mpc); in msg_from_mpoad() 931 ingress_purge_rcvd(mesg, mpc); in msg_from_mpoad() 935 egress_purge_rcvd(mesg, mpc); in msg_from_mpoad() 939 mps_death(mesg, mpc); in msg_from_mpoad() 955 clean_up(mesg, mpc, DIE); in msg_from_mpoad() 959 clean_up(mesg, mpc, RELOAD); in msg_from_mpoad() [all …]
|
| /net/netfilter/ipvs/ |
| A D | ip_vs_sync.c | 275 struct ip_vs_sync_mesg *mesg; member 339 if (!sb->mesg) { in ip_vs_sync_buff_create() 347 sb->mesg->nr_conns = 0; in ip_vs_sync_buff_create() 348 sb->mesg->spare = 0; in ip_vs_sync_buff_create() 358 kfree(sb->mesg); in ip_vs_sync_buff_release() 419 struct ip_vs_sync_mesg_v0 *mesg; in ip_vs_sync_buff_create_v0() local 427 if (!sb->mesg) { in ip_vs_sync_buff_create_v0() 431 mesg = (struct ip_vs_sync_mesg_v0 *)sb->mesg; in ip_vs_sync_buff_create_v0() 432 mesg->nr_conns = 0; in ip_vs_sync_buff_create_v0() 690 m = buff->mesg; in ip_vs_sync_conn() [all …]
|
| /net/sunrpc/ |
| A D | svcauth_unix.c | 179 char *mesg, int mlen) in ip_map_parse() argument 184 char *buf = mesg; in ip_map_parse() 199 if (mesg[mlen-1] != '\n') in ip_map_parse() 201 mesg[mlen-1] = 0; in ip_map_parse() 229 err = get_expiry(&mesg, &expiry); in ip_map_parse() 488 char *mesg, int mlen) in unix_gid_parse() argument 500 if (mesg[mlen - 1] != '\n') in unix_gid_parse() 502 mesg[mlen-1] = 0; in unix_gid_parse() 504 rv = get_int(&mesg, &id); in unix_gid_parse() 514 rv = get_int(&mesg, &gids); in unix_gid_parse() [all …]
|
| /net/sunrpc/auth_gss/ |
| A D | svcauth_gss.c | 226 char *mesg, int mlen) in rsi_parse() argument 229 char *buf = mesg; in rsi_parse() 238 len = qword_get(&mesg, buf, mlen); in rsi_parse() 246 len = qword_get(&mesg, buf, mlen); in rsi_parse() 266 len = qword_get(&mesg, buf, mlen); in rsi_parse() 465 char *mesg, int mlen) in rsc_parse() argument 468 char *buf = mesg; in rsc_parse() 496 rv = get_int(&mesg, &id); in rsc_parse() 516 if (get_int(&mesg, &id)) in rsc_parse() 521 if (get_int(&mesg, &N)) in rsc_parse() [all …]
|
Completed in 27 milliseconds