Lines Matching refs:code
13 * 1. Redistributions of source code must retain the above copyright
121 * this code is Linux-specific (no other OS has PF_PACKET sockets as
638 * not seem to work here :(, but it is supported by this code
640 * To be honest the code RELIES on that feature so this is really
646 * hook is called with a clone of the packet. That code inserts
922 * Attach the given BPF code to the packet capture device.
960 * I have yet to see BPF-Code with that much
1037 * code attached a filter to the socket by some means other than
1089 * (If the offset isn't set here, it'll be 0; add code as appropriate
1202 * Classical IP code);
1205 * code that checks for an LLC header and does
1243 * Some PPP code in the kernel supplies no link-layer
1245 * code supplies PPP link-layer headers ("syncppp.c");
1246 * some PPP code might supply random link-layer
1247 * headers (PPP over ISDN - there's code in Ethereal,
1257 * link-layer header, they'll have to add code here to
1711 * this code cannot know that, so it'll take it out
2011 switch (BPF_CLASS(p->code)) {
2019 if (BPF_MODE(p->code) == BPF_K) {
2030 * code to force non-zero values to be
2044 switch (BPF_MODE(p->code)) {
2114 * The socket filter code doesn't discard all packets queued
2139 * This code deliberately ignores any errors, so that you may