Searched refs:sstate (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/net/netfilter/ |
H A D | nf_conntrack_pptp.c | 286 if (info->sstate < PPTP_SESSION_REQUESTED) pptp_inbound_pkt() 289 info->sstate = PPTP_SESSION_CONFIRMED; pptp_inbound_pkt() 291 info->sstate = PPTP_SESSION_ERROR; pptp_inbound_pkt() 296 if (info->sstate > PPTP_SESSION_STOPREQ) pptp_inbound_pkt() 299 info->sstate = PPTP_SESSION_NONE; pptp_inbound_pkt() 301 info->sstate = PPTP_SESSION_ERROR; pptp_inbound_pkt() 306 if (info->sstate != PPTP_SESSION_CONFIRMED) pptp_inbound_pkt() 329 if (info->sstate != PPTP_SESSION_CONFIRMED) pptp_inbound_pkt() 340 if (info->sstate != PPTP_SESSION_CONFIRMED) pptp_inbound_pkt() 388 "cstate=%d sstate=%d pns_cid=%u pac_cid=%u\n", pptp_inbound_pkt() 390 msg, ntohs(cid), ntohs(pcid), info->cstate, info->sstate, pptp_inbound_pkt() 414 if (info->sstate != PPTP_SESSION_NONE) pptp_outbound_pkt() 416 info->sstate = PPTP_SESSION_REQUESTED; pptp_outbound_pkt() 421 info->sstate = PPTP_SESSION_STOPREQ; pptp_outbound_pkt() 426 if (info->sstate != PPTP_SESSION_CONFIRMED) pptp_outbound_pkt() 458 if (info->sstate != PPTP_SESSION_CONFIRMED) pptp_outbound_pkt() 484 "cstate=%d sstate=%d pns_cid=%u pac_cid=%u\n", pptp_outbound_pkt() 486 msg, ntohs(cid), ntohs(pcid), info->cstate, info->sstate, pptp_outbound_pkt() 569 oldsstate = info->sstate; conntrack_pptp_help() 584 pr_debug("sstate: %d->%d, cstate: %d->%d\n", conntrack_pptp_help() 585 oldsstate, info->sstate, oldcstate, info->cstate); conntrack_pptp_help()
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | sstate.c | 0 /* sstate.c: System soft state support.
|
H A D | Makefile | 68 obj-$(CONFIG_SPARC64) += sstate.o
|
/linux-4.4.14/include/linux/netfilter/ |
H A D | nf_conntrack_pptp.h | 32 enum pptp_ctrlsess_state sstate; /* session state */ member in struct:nf_ct_pptp_master
|
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | l3_1tr6.c | 831 l3_debug(st, "up1tr6%sstate %d mt %x unhandled", up1tr6() 838 l3_debug(st, "up1tr6%sstate %d mt %x", up1tr6()
|
H A D | l3dss1.c | 3095 l3_debug(st, "dss1up%sstate %d mt %#x unhandled", dss1up() 3105 l3_debug(st, "dss1up%sstate %d mt %x", dss1up()
|
H A D | l3ni1.c | 3051 l3_debug(st, "ni1up%sstate %d mt %#x unhandled", ni1up() 3061 l3_debug(st, "ni1up%sstate %d mt %x", ni1up()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1266 static const char * const sstate[] = {"idle", "pending", "running"}; wil_read_file_recovery() local 1270 sstate[wil->recovery_state]); wil_read_file_recovery()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | message.c | 2651 dbug(1, dprintf("B3 already connected=%d or no NL.Id=0x%x, dir=%d sstate=0x%x", connect_b3_req() 3329 dbug(1, dprintf("select_b_req[%d],PLCI=0x%x,Tel=0x%x,NL=0x%x,appl=0x%x,sstate=0x%x", select_b_req()
|
Completed in 367 milliseconds