Lines Matching defs:cooked
311 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */
1774 * If this is a cooked device, leave extra room for a
1777 if (handlep->cooked)
1784 * support cooked devices.
1902 * If this is a cooked device, fill in the fake packet header.
1904 if (handlep->cooked) {
2130 if (handlep->cooked) {
2134 * XXX - how do you send on a bound cooked-mode
2139 "Sending packets isn't supported in cooked mode",
2884 * mode, and so that, if we're in cooked mode, all memory-
3121 * in cooked mode; otherwise, we can't use cooked mode, so we have
3165 * as we fall back on cooked mode there, and we use
3278 * in cooked mode. That's what we'll do, if we can.
3321 * in cooked mode, if we can; otherwise, we just treat
3333 * back on cooked sockets, so we'd have to
3497 * so let's use "Linux-cooked" mode. Jean II
3500 /* handlep->cooked = 1; */
3537 * We need to use cooked mode, so that in sll_protocol we
3543 /* handlep->cooked = 1; */
3590 * socket for the cooked interface, otherwise we first
3646 * to cooked mode if we have an unknown interface type
3650 /* Assume for now we don't need cooked mode. */
3651 handlep->cooked = 0;
3701 * in cooked mode (e.g., PPP devices),
3705 * kernels) - reopen in cooked mode.
3729 handlep->cooked = 1;
3733 * we allocated - this only supports cooked
3745 * cooked mode; we may want to
3752 "falling back to cooked "
3758 * IrDA capture is not a real "cooked" capture,
3796 * It uses cooked mode.
3798 handlep->cooked = 1;
3805 * if we figure out how to transmit in cooked
3869 * If we're in cooked mode, make the snapshot length
3870 * large enough to hold a "cooked mode" header plus
3874 if (handlep->cooked) {
4934 if (handlep->cooked) {
4957 "cooked-mode frame doesn't have room for sll header");
4999 if (handlep->cooked) {
6620 handlep->cooked = 0;
6946 * Yes; are we in cooked mode?
6948 if (handlep->cooked) {