Searched defs:ppp (Results 1 – 4 of 4) sorted by relevance
121 struct ppp { struct122 struct ppp_file file; /* stuff for read/write/poll 0 */ argument128 struct ppp_xmit_recursion __percpu *xmit_recursion; /* xmit recursion detect */ argument129 int mru; /* max receive unit 60 */130 unsigned int flags; /* control bits 64 */131 unsigned int xstate; /* transmit state bits 68 */155 struct net *ppp_net; /* the net we belong to */ argument179 struct ppp __rcu *ppp; /* ppp unit we're connected to */ member376 #define ppp_xmit_lock(ppp) spin_lock_bh(&(ppp)->wlock) argument377 #define ppp_xmit_unlock(ppp) spin_unlock_bh(&(ppp)->wlock) argument[all …]
72 struct ppp { struct73 struct proto protos[IDX_COUNT];74 spinlock_t lock;75 unsigned long last_pong;76 unsigned int req_timeout, cr_retries, term_retries;77 unsigned int keepalive_interval, keepalive_timeout;78 u8 seq; /* local sequence number for requests */79 u8 echo_id; /* ID of last Echo-Request (LCP) */112 struct ppp *ppp = get_ppp(dev); in get_proto() local301 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local[all …]
143 u8 ppp:1, member
569 noinline void bpf_fentry_test_pppvoid(void ***ppp) in bpf_fentry_test_pppvoid()