Searched refs:NG_MKRESPONSE (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c291 NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_NOWAIT);
337 NG_MKRESPONSE(rsp, msg, sizeof(unit->state), M_NOWAIT);
362 NG_MKRESPONSE(rsp, msg, sizeof(unit->debug), M_NOWAIT);
385 NG_MKRESPONSE(rsp, msg, sizeof(ng_hci_node_buffer_ep),
405 NG_MKRESPONSE(rsp, msg, sizeof(bdaddr_t), M_NOWAIT);
416 NG_MKRESPONSE(rsp,msg,sizeof(unit->features),M_NOWAIT);
427 NG_MKRESPONSE(rsp, msg, sizeof(unit->stat), M_NOWAIT);
468 NG_MKRESPONSE(rsp, msg, sizeof(*e1) + s * sizeof(*e2),
509 NG_MKRESPONSE(rsp, msg, sizeof(*e1) + s * sizeof(*e2),
544 NG_MKRESPONSE(rs
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c485 NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_NOWAIT);
518 NG_MKRESPONSE(rsp, msg, sizeof(ng_l2cap_node_flags_ep),
529 NG_MKRESPONSE(rsp, msg, sizeof(ng_l2cap_node_debug_ep),
562 NG_MKRESPONSE(rsp, msg,
609 NG_MKRESPONSE(rsp, msg,
642 NG_MKRESPONSE(rsp, msg,
/freebsd-11-stable/sys/netgraph/atm/sscfu/
H A Dng_sscfu.c230 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
256 NG_MKRESPONSE(resp, msg, sizeof(*p), M_NOWAIT);
296 NG_MKRESPONSE(resp, msg, sizeof(uint32_t), M_NOWAIT);
311 NG_MKRESPONSE(resp, msg, sizeof(uint32_t), M_NOWAIT);
/freebsd-11-stable/sys/netgraph/atm/sscop/
H A Dng_sscop.c458 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
490 NG_MKRESPONSE(resp, msg, sizeof(*p), M_NOWAIT);
514 NG_MKRESPONSE(resp, msg, sizeof(*p), M_NOWAIT);
558 NG_MKRESPONSE(resp, msg, sizeof(u_int32_t), M_NOWAIT);
579 NG_MKRESPONSE(resp, msg, sizeof(u_int32_t), M_NOWAIT);
/freebsd-11-stable/sys/netgraph/atm/uni/
H A Dng_uni.c321 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
358 NG_MKRESPONSE(resp, msg, sizeof(*arg), M_NOWAIT);
377 NG_MKRESPONSE(resp, msg, sizeof(*config), M_NOWAIT);
399 NG_MKRESPONSE(resp, msg, sizeof(*mask), M_NOWAIT);
444 NG_MKRESPONSE(resp, msg, sizeof(u_int32_t), M_NOWAIT);
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c851 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
886 NG_MKRESPONSE(resp, msg, sizeof(ng_h4_node_state_ep),
896 NG_MKRESPONSE(resp, msg, sizeof(ng_h4_node_debug_ep),
914 NG_MKRESPONSE(resp, msg, sizeof(ng_h4_node_qlen_ep),
934 NG_MKRESPONSE(resp, msg, sizeof(ng_h4_node_stat_ep),
/freebsd-11-stable/sys/netgraph/
H A Dng_ether.c505 NG_MKRESPONSE(resp, msg, IFNAMSIZ, M_NOWAIT);
513 NG_MKRESPONSE(resp, msg, sizeof(u_int32_t), M_NOWAIT);
521 NG_MKRESPONSE(resp, msg, ETHER_ADDR_LEN, M_NOWAIT);
540 NG_MKRESPONSE(resp, msg, sizeof(u_int32_t), M_NOWAIT);
564 NG_MKRESPONSE(resp, msg, sizeof(u_int32_t), M_NOWAIT);
H A Dng_tag.c415 NG_MKRESPONSE(resp, msg,
439 NG_MKRESPONSE(resp, msg,
467 NG_MKRESPONSE(resp,
H A Dng_hole.c175 NG_MKRESPONSE(resp, msg, sizeof(*stats),
H A Dng_vlan.c391 NG_MKRESPONSE(resp, msg, sizeof(*t) +
429 NG_MKRESPONSE(resp, msg, sizeof(uint32_t), M_NOWAIT);
444 NG_MKRESPONSE(resp, msg, sizeof(uint32_t), M_NOWAIT);
459 NG_MKRESPONSE(resp, msg, sizeof(uint16_t), M_NOWAIT);
H A Dng_gif.c402 NG_MKRESPONSE(resp, msg, IFNAMSIZ, M_NOWAIT);
410 NG_MKRESPONSE(resp, msg, sizeof(u_int32_t), M_NOWAIT);
H A Dng_nat.c464 NG_MKRESPONSE(resp, msg, sizeof(entry->rdr.id), M_NOWAIT);
516 NG_MKRESPONSE(resp, msg, sizeof(entry->rdr.id), M_NOWAIT);
570 NG_MKRESPONSE(resp, msg, sizeof(entry->rdr.id), M_NOWAIT);
655 NG_MKRESPONSE(resp, msg, sizeof(*ary) +
688 NG_MKRESPONSE(resp, msg,
735 NG_MKRESPONSE(resp, msg, sizeof(uint8_t), M_WAITOK);
H A Dng_cisco.c260 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
284 NG_MKRESPONSE(resp, msg,
312 NG_MKRESPONSE(resp, msg, sizeof(*stat), M_NOWAIT);
H A Dng_patch.c227 NG_MKRESPONSE(resp, msg,
301 NG_MKRESPONSE(resp, msg, sizeof(struct ng_patch_stats), M_WAITOK);
315 NG_MKRESPONSE(resp, msg, sizeof(uint8_t), M_WAITOK);
H A Dng_source.c370 NG_MKRESPONSE(resp, msg,
456 NG_MKRESPONSE(resp, msg, sizeof(*embed), M_NOWAIT);
495 NG_MKRESPONSE(resp, msg, sizeof(*embed), M_NOWAIT);
H A Dng_checksum.c207 NG_MKRESPONSE(resp, msg, sizeof(uint8_t), M_WAITOK);
237 NG_MKRESPONSE(resp, msg, sizeof(struct ng_checksum_config), M_WAITOK);
270 NG_MKRESPONSE(resp, msg, sizeof(struct ng_checksum_stats), M_WAITOK);
H A Dng_bpf.c353 NG_MKRESPONSE(resp, msg,
381 NG_MKRESPONSE(resp,
H A Dng_one2many.c309 NG_MKRESPONSE(resp, msg, sizeof(*conf), M_NOWAIT);
343 NG_MKRESPONSE(resp, msg,
H A Dng_vjc.c330 NG_MKRESPONSE(resp, msg, sizeof(*conf), M_NOWAIT);
345 NG_MKRESPONSE(resp, msg, sizeof(*sl), M_NOWAIT);
H A Dng_vlan_rotate.c234 NG_MKRESPONSE(resp, msg, sizeof(vrp->conf), M_NOWAIT);
267 NG_MKRESPONSE(resp, msg, sizeof(*p), M_NOWAIT);
H A Dng_message.h398 #define NG_MKRESPONSE(rsp, msg, len, how) \ macro
/freebsd-11-stable/sys/netgraph/atm/
H A Dng_atm.c921 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
941 NG_MKRESPONSE(resp, msg, IFNAMSIZ, M_NOWAIT);
953 NG_MKRESPONSE(resp, msg, sizeof(*config), M_NOWAIT);
983 NG_MKRESPONSE(resp, msg, len, M_NOWAIT);
1035 NG_MKRESPONSE(resp, msg, sizeof(vccs->vccs[0]),
1079 NG_MKRESPONSE(resp, msg, sizeof(vccs->vccs[0]),
1120 NG_MKRESPONSE(resp, msg, sizeof(*p), M_NOWAIT);
/freebsd-11-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c407 NG_MKRESPONSE(*resp, msg, len, M_NOWAIT);
545 NG_MKRESPONSE(resp, msg, sizeof(uint32_t),
620 NG_MKRESPONSE(resp, msg, sizeof(struct atm_port_info),
661 NG_MKRESPONSE(resp, msg, sizeof(*arg) +
690 NG_MKRESPONSE(resp, msg, sizeof(uint32_t), M_NOWAIT);
737 NG_MKRESPONSE(resp, msg, offs, M_NOWAIT);
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c379 NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_NOWAIT);
410 NG_MKRESPONSE(rsp, msg, sizeof(ng_bt3c_node_state_ep),
428 NG_MKRESPONSE(rsp, msg, sizeof(ng_bt3c_node_debug_ep),
438 NG_MKRESPONSE(rsp, msg, sizeof(ng_bt3c_node_qlen_ep),
496 NG_MKRESPONSE(rsp, msg, sizeof(ng_bt3c_node_stat_ep),
/freebsd-11-stable/sys/netgraph/netflow/
H A Dng_netflow.c389 NG_MKRESPONSE(resp, msg, sizeof(struct ng_netflow_info),
412 NG_MKRESPONSE(resp, msg,
540 NG_MKRESPONSE(resp, msg, NGRESP_SIZE, M_NOWAIT);
557 NG_MKRESPONSE(resp, msg,

Completed in 200 milliseconds

123