Searched refs:pf (Results 1 - 25 of 57) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dcompat_firewall.h23 int (*fw_forward)(struct firewall_ops *this, int pf,
26 int (*fw_input)(struct firewall_ops *this, int pf,
29 int (*fw_output)(struct firewall_ops *this, int pf,
33 int (*fw_acct_in)(struct firewall_ops *this, int pf,
36 int (*fw_acct_out)(struct firewall_ops *this, int pf,
41 extern int register_firewall(int pf, struct firewall_ops *fw);
42 extern int unregister_firewall(int pf, struct firewall_ops *fw);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dcompat_firewall.h23 int (*fw_forward)(struct firewall_ops *this, int pf,
26 int (*fw_input)(struct firewall_ops *this, int pf,
29 int (*fw_output)(struct firewall_ops *this, int pf,
33 int (*fw_acct_in)(struct firewall_ops *this, int pf,
36 int (*fw_acct_out)(struct firewall_ops *this, int pf,
41 extern int register_firewall(int pf, struct firewall_ops *fw);
42 extern int unregister_firewall(int pf, struct firewall_ops *fw);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/lapb/
H A Dlapb_in.c48 printk(KERN_DEBUG "lapb: (%p) S0 RX SABM(%d)\n", lapb->token, frame->pf);
52 printk(KERN_DEBUG "lapb: (%p) S0 TX DM(%d)\n", lapb->token, frame->pf);
54 lapb_send_control(lapb, LAPB_DM, frame->pf, LAPB_RESPONSE);
57 printk(KERN_DEBUG "lapb: (%p) S0 TX UA(%d)\n", lapb->token, frame->pf);
62 lapb_send_control(lapb, LAPB_UA, frame->pf, LAPB_RESPONSE);
77 printk(KERN_DEBUG "lapb: (%p) S0 RX SABME(%d)\n", lapb->token, frame->pf);
81 printk(KERN_DEBUG "lapb: (%p) S0 TX UA(%d)\n", lapb->token, frame->pf);
86 lapb_send_control(lapb, LAPB_UA, frame->pf, LAPB_RESPONSE);
98 printk(KERN_DEBUG "lapb: (%p) S0 TX DM(%d)\n", lapb->token, frame->pf);
100 lapb_send_control(lapb, LAPB_DM, frame->pf, LAPB_RESPONS
[all...]
H A Dlapb_subr.c153 frame->pf = skb->data[1] & LAPB_EPF;
160 frame->pf = skb->data[1] & LAPB_EPF;
166 frame->pf = skb->data[0] & LAPB_SPF;
176 frame->pf = skb->data[0] & LAPB_SPF;
180 frame->pf = skb->data[0] & LAPB_SPF;
183 frame->pf = skb->data[0] & LAPB_SPF;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ax25/
H A Dax25_ds_in.c52 static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
58 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
64 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
68 ax25_send_control(ax25, AX25_DM, pf, AX25_RESPONSE);
97 if (pf) ax25_disconnect(ax25, ECONNREFUSED);
101 if (pf) ax25_send_control(ax25, AX25_SABM, AX25_POLLON, AX25_COMMAND);
113 static int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
123 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
130 if (pf) {
140 if (pf) {
158 ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
294 int queued = 0, frametype, ns, nr, pf; local
[all...]
H A Dax25_std_in.c67 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
73 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
79 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
83 ax25_send_control(ax25, AX25_DM, pf, AX25_RESPONSE);
87 if (pf) {
107 if (pf) {
129 static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
134 ax25_send_control(ax25, AX25_DM, pf, AX25_RESPONSE);
138 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
144 if (pf) ax25_disconnec
166 ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
291 ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
445 int queued = 0, frametype, ns, nr, pf; local
[all...]
H A Dax25_subr.c129 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) argument
135 *ns = *nr = *pf = 0;
142 *pf = frame[0] & AX25_PF;
146 *pf = frame[0] & AX25_PF;
149 *pf = frame[0] & AX25_PF;
157 *pf = frame[1] & AX25_EPF;
162 *pf = frame[1] & AX25_EPF;
166 *pf = frame[0] & AX25_PF;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetfilter.h50 int pf; member in struct:nf_hook_ops
60 int pf; member in struct:nf_sockopt_ops
83 int pf; member in struct:nf_info
122 #define NF_HOOK(pf, hook, skb, indev, outdev, okfn) \
123 (list_empty(&nf_hooks[(pf)][(hook)]) \
125 : nf_hook_slow((pf), (hook), (skb), (indev), (outdev), (okfn)))
128 int nf_hook_slow(int pf, unsigned int hook, struct sk_buff *skb,
133 int nf_setsockopt(struct sock *sk, int pf, int optval, char *opt,
135 int nf_getsockopt(struct sock *sk, int pf, int optval, char *opt,
141 extern int nf_register_queue_handler(int pf,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetfilter.h50 int pf; member in struct:nf_hook_ops
60 int pf; member in struct:nf_sockopt_ops
83 int pf; member in struct:nf_info
122 #define NF_HOOK(pf, hook, skb, indev, outdev, okfn) \
123 (list_empty(&nf_hooks[(pf)][(hook)]) \
125 : nf_hook_slow((pf), (hook), (skb), (indev), (outdev), (okfn)))
128 int nf_hook_slow(int pf, unsigned int hook, struct sk_buff *skb,
133 int nf_setsockopt(struct sock *sk, int pf, int optval, char *opt,
135 int nf_getsockopt(struct sock *sk, int pf, int optval, char *opt,
141 extern int nf_register_queue_handler(int pf,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dnetfilter.c65 for (i = nf_hooks[reg->pf][reg->hooknum].next;
66 i != &nf_hooks[reg->pf][reg->hooknum];
100 if (ops->pf == reg->pf
171 void nf_dump_skb(int pf, struct sk_buff *skb) argument
173 printk("skb: pf=%i %s dev=%s len=%u\n",
174 pf,
178 switch (pf) {
283 static int nf_sockopt(struct sock *sk, int pf, int val, argument
295 if (ops->pf
327 nf_setsockopt(struct sock *sk, int pf, int val, char *opt, int len) argument
333 nf_getsockopt(struct sock *sk, int pf, int val, char *opt, int *len) argument
375 nf_register_queue_handler(int pf, nf_queue_outfn_t outfn, void *data) argument
393 nf_unregister_queue_handler(int pf) argument
406 nf_queue(struct sk_buff *skb, struct list_head *elem, int pf, unsigned int hook, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
448 nf_hook_slow(int pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsal.c155 struct ia64_sal_desc_platform_feature *pf = (void *) p; local
156 sal_platform_features = pf->feature_mask;
159 if (pf->feature_mask & IA64_SAL_PLATFORM_FEATURE_BUS_LOCK)
161 if (pf->feature_mask & IA64_SAL_PLATFORM_FEATURE_IRQ_REDIR_HINT) {
170 if (pf->feature_mask & IA64_SAL_PLATFORM_FEATURE_IPI_REDIR_HINT) {
179 if (pf->feature_mask & IA64_SAL_PLATFORM_FEATURE_ITC_DRIFT)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dsymlink.c29 char *pf; local
43 pf = inode->i_sb->u.affs_sb.s_prefix ? inode->i_sb->u.affs_sb.s_prefix : "/";
46 while (i < 1023 && (c = pf[i]))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dmkd5 # block devices: pd (45), pcd (46), pf (47)
24 for u in 0 1 2 3 ; do mkdev pf$u b 47 $u ; done
H A DMakefile15 obj-$(CONFIG_PARIDE_PF) += pf.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusbvideo.h394 register unsigned char *pf; local
412 pf = (fr)->data + V4L_BYTES_PER_PIXEL*((iy)*VIDEOSIZE_X((fr)->request) + (ix));
414 *pf++ = 0;
415 *pf++ = 0;
416 *pf++ = 0xFF;
418 *pf++ = (vb);
419 *pf++ = (vg);
420 *pf++ = (vr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/
H A Dllc_sendpdu.c105 * Parameter pf controls both the poll/final bit and dsap
111 void llc_sendpdu(llcptr lp, char type, char pf, int data_len, char *pdu_data) argument
128 if (pf & 0x02)
140 if (pf & 0x01)
147 if (pf & 0x01)
195 void llc_sendipdu(llcptr lp, char type, char pf, struct sk_buff *skb) argument
206 if (pf)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dppp_generic.c84 #define PF_TO_X(pf, X) ((X *)((char *)(pf) - offsetof(X, file)))
86 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp)
87 #define PF_TO_CHANNEL(pf) PF_TO_X(pf, struct channel)
240 static int ppp_unattached_ioctl(struct ppp_file *pf, struct file *file,
265 static void init_ppp_file(struct ppp_file *pf, int kind);
354 struct ppp_file *pf = file->private_data; local
357 if (pf !
381 struct ppp_file *pf = file->private_data; local
428 struct ppp_file *pf = file->private_data; local
465 struct ppp_file *pf = file->private_data; local
482 struct ppp_file *pf = file->private_data; local
711 ppp_unattached_ioctl(struct ppp_file *pf, struct file *file, unsigned int cmd, unsigned long arg) argument
2356 init_ppp_file(struct ppp_file *pf, int kind) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dmicrocode.c207 unsigned int pf = 0, val[2], rev, sig; local
224 pf = 1 << ((val[1] >> 18) & 7);
228 if (microcode[i].sig == sig && microcode[i].pf == pf &&
247 printf(" Processor Flags %x\n\n",microcode[i].pf);
308 cpu_num, sig, pf);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dllc.h118 void llc_sendpdu(llcptr lp, char type, char pf, int data_len, char *pdu_data);
119 void llc_sendipdu(llcptr lp, char type, char pf, struct sk_buff *skb);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dllc.h118 void llc_sendpdu(llcptr lp, char type, char pf, int data_len, char *pdu_data);
119 void llc_sendipdu(llcptr lp, char type, char pf, struct sk_buff *skb);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dml_SN_intr.c1058 hubreg_t ima, hubreg_t imb, void (*pf)(char *, ...))
1062 pf(" Bit %02d: %s: func 0x%x arg 0x%x prefunc 0x%x\n",
1065 pf(" vertex 0x%x %s%s",
1069 pf("%s%s%s%s",
1074 pf("\n");
1082 intr_dumpvec(cnodeid_t cnode, void (*pf)(char *, ...))
1091 pf("intr_dumpvec: cnodeid out of range: %d\n", cnode);
1098 pf("intr_dumpvec: Bad cnodeid: %d\n", cnode);
1112 pf("Node %d INT_PEND%d:\n", cnode, ip);
1115 pf(" Ithread
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirlap_event.h121 int pf; /* Poll/final bit set */ member in struct:irlap_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirlap_event.h121 int pf; /* Poll/final bit set */ member in struct:irlap_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_fw_compat.c51 int register_firewall(int pf, struct firewall_ops *fw) argument
53 if (pf != PF_INET) {
66 int unregister_firewall(int pf, struct firewall_ops *fw) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_fw_compat.c51 int register_firewall(int pf, struct firewall_ops *fw) argument
53 if (pf != PF_INET) {
66 int unregister_firewall(int pf, struct firewall_ops *fw) argument

Completed in 199 milliseconds

123