Searched refs:KTR_NET (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_pppoe.c | 355 CTR2(KTR_NET, "%20s: invalid length for tag %d", in get_tag() 360 CTR2(KTR_NET, "%20s: found tag %d", __func__, idx); in get_tag() 367 CTR2(KTR_NET, "%20s: not found tag %d", __func__, idx); in get_tag() 419 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID); in make_packet() 478 CTR3(KTR_NET, "%20s: matched %p for %s", __func__, in pppoe_match_svc() 565 CTR2(KTR_NET, "%20s: new sid %d", __func__, val); in pppoe_getnewsession() 611 CTR3(KTR_NET, "%20s: matched %p for %d", __func__, sp?sp->hook:NULL, in pppoe_findsession() 637 CTR3(KTR_NET, "%20s: matched %p for %p", __func__, hook, sp); in pppoe_finduniq() 657 CTR3(KTR_NET, "%20s: matched %p for %p", __func__, hook, cookie.pointer); in pppoe_findcookie() 692 CTR3(KTR_NET, "%20s: created node [%x] (%p)", in ng_pppoe_constructor() [all …]
|
H A D | ng_base.c | 1958 CTR4(KTR_NET, "%20s: node [%x] (%p) queue empty; " in ng_dequeue() 1974 CTR4(KTR_NET, "%20s: node [%x] (%p) queued " in ng_dequeue() 1992 CTR4(KTR_NET, "%20s: node [%x] (%p) queued writer can't " in ng_dequeue() 2006 CTR6(KTR_NET, "%20s: node [%x] (%p) returning item %p as %s; queue " in ng_dequeue() 2031 CTR5(KTR_NET, "%20s: node [%x] (%p) queued item %p as %s", __func__, in ng_queue_rw() 2058 CTR4(KTR_NET, "%20s: node [%x] (%p) acquired item %p", in ng_acquire_read() 2082 CTR4(KTR_NET, "%20s: node [%x] (%p) acquired item %p", in ng_acquire_write() 2143 CTR3(KTR_NET, "%20s: node [%x] (%p) set OP_PENDING", __func__, 2147 CTR4(KTR_NET, "%20s: node [%x] (%p) requeued item %p as WRITER", 3417 CTR3(KTR_NET, "%20s: node [%x] (%p) taken off worklist", in ngthread() [all …]
|
/freebsd/sys/sys/ |
H A D | ktr_class.h | 45 #define KTR_NET 0x00000002 /* Network */ macro
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow_v9.c | 207 CTR0(KTR_NET, "export9_send(): V9 export packet without tag"); in export9_send() 249 CTR0(KTR_NET, "ng_netflow: V9 export packet without tag!"); in export9_add() 326 CTR1(KTR_NET, "export9_add(): Don't know what to do with %d flow type!", flow_type); in export9_add()
|
H A D | netflow.c | 528 CTR0(KTR_NET, "ng_netflow startup()"); in ng_netflow_cache_init() 537 CTR1(KTR_NET, "ng_netflow(): fib init: %d", fib); in ng_netflow_fib_init() 554 CTR3(KTR_NET, "ng_netflow(): fib init: %d setup %p but got %p", in ng_netflow_fib_init() 561 CTR3(KTR_NET, "ng_netflow(): fib %d setup to %p (%p)", in ng_netflow_fib_init()
|
H A D | ng_netflow.c | 943 CTR2(KTR_NET, "ng_netflow_rcvdata(): packet fib %d is out of " in ng_netflow_rcvdata()
|
/freebsd/sys/net/ |
H A D | bpf.c | 770 CTR3(KTR_NET, "%s: bpf_attach called by pid %d, adding to %s list", in bpf_attachd() 831 CTR5(KTR_NET, in bpf_check_upgrade() 859 CTR2(KTR_NET, "%s: detach required by pid %d", __func__, d->bd_pid); in bpf_detachd_locked() 2059 CTR2(KTR_NET, in bpf_setf() 2899 CTR4(KTR_NET, in bpfdetach()
|