Searched refs:sel (Results 1 - 25 of 98) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dm_pedit.c57 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
117 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
119 int hwm = sel->nkeys;
129 sel->keys[hwm].val = tkey->val;
130 sel->keys[hwm].mask = tkey->mask;
131 sel->keys[hwm].off = tkey->off;
132 sel->keys[hwm].at = tkey->at;
133 sel->keys[hwm].offmask = tkey->offmask;
134 sel->keys[hwm].shift = tkey->shift;
135 sel
141 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
157 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
200 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
263 parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
333 parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
410 parse_munge(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel) argument
464 struct tc_pedit_sel sel; member in struct:__anon309
466 } sel; local
552 struct tc_pedit_sel *sel; local
[all...]
H A Df_u32.c112 static int pack_key(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) argument
115 int hwm = sel->nkeys;
120 if (sel->keys[i].off == off && sel->keys[i].offmask == offmask) {
121 __u32 intersect = mask&sel->keys[i].mask;
123 if ((key^sel->keys[i].val) & intersect)
125 sel->keys[i].val |= key;
126 sel->keys[i].mask |= mask;
135 sel->keys[hwm].val = key;
136 sel
143 pack_key32(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) argument
150 pack_key16(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) argument
166 pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) argument
218 parse_u32(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off, int offmask) argument
249 parse_u16(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off, int offmask) argument
279 parse_u8(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off, int offmask) argument
313 parse_ip_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off) argument
347 parse_ip6_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off) argument
389 parse_ip(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
477 parse_ip6(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
540 parse_udp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
567 parse_icmp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
629 parse_selector(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, struct nlmsghdr *n) argument
692 parse_offset(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
743 parse_hashkey(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
777 struct tc_u32_sel sel; member in struct:__anon304
779 } sel; local
878 struct tc_u32_sel sel; member in struct:__anon305
953 struct tc_u32_sel *sel = NULL; local
[all...]
H A Dp_ip.c27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
39 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey);
45 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey);
55 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
61 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
67 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
74 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
81 res = parse_cmd(&argc, &argv, 1, TU32,0x3F,sel,tkey);
88 res = parse_cmd(&argc, &argv, 1, TU32,0x1F,sel,tkey);
94 res = parse_cmd(&argc, &argv, 1, TU32,0x80,sel,tke
142 parse_ip6(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
[all...]
H A Dm_pedit.h46 int (*parse_peopt)(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
50 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
51 extern int pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
52 extern int pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
53 extern int pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
54 extern int pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
56 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
57 extern int parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
H A Dp_tcp.c27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dp_udp.c27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_state.c29 x->sel.daddr.a4 = fl->fl4_dst;
30 x->sel.saddr.a4 = fl->fl4_src;
31 x->sel.dport = xfrm_flowi_dport(fl);
32 x->sel.dport_mask = htons(0xffff);
33 x->sel.sport = xfrm_flowi_sport(fl);
34 x->sel.sport_mask = htons(0xffff);
35 x->sel.prefixlen_d = 32;
36 x->sel.prefixlen_s = 32;
37 x->sel.proto = fl->proto;
38 x->sel
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter/
H A Dxt_SECMARK.h22 struct xt_secmark_target_selinux_info sel; member in union:xt_secmark_target_info::__anon10119
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dxt_SECMARK.c43 secmark = info->u.sel.selsid;
57 struct xt_secmark_target_selinux_info *sel = &info->u.sel; local
59 sel->selctx[SECMARK_SELCTX_MAX - 1] = '\0';
61 err = selinux_string_to_sid(sel->selctx, &sel->selsid);
65 sel->selctx);
69 if (!sel->selsid) {
71 sel->selctx);
75 err = selinux_relabel_packet_permission(sel
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dgopher.c117 char *sel; local
125 sel = (char *)"";
142 sel = curl_easy_unescape(data, newp, 0, &len);
143 if(!sel)
145 sel_org = sel;
150 k = curlx_uztosz(strlen(sel));
153 result = Curl_write(conn, sockfd, sel, k, &amount);
155 result = Curl_client_write(conn, CLIENTWRITE_HEADER, sel, amount);
161 sel += amount;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dide.h41 reg_ata_rw_ctrl2 ctrl2 = {.sel = index};
46 ctrl2.sel = index;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dide.h45 IO_FIELD(R_ATA_CTRL_DATA, sel, 0),
46 IO_FIELD(R_ATA_CTRL_DATA, sel, 1),
47 IO_FIELD(R_ATA_CTRL_DATA, sel, 2),
48 IO_FIELD(R_ATA_CTRL_DATA, sel, 3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_hash.h82 static inline unsigned int __sel_hash(struct xfrm_selector *sel, unsigned short family, unsigned int hmask) argument
84 xfrm_address_t *daddr = &sel->daddr;
85 xfrm_address_t *saddr = &sel->saddr;
90 if (sel->prefixlen_d != 32 ||
91 sel->prefixlen_s != 32)
98 if (sel->prefixlen_d != 128 ||
99 sel->prefixlen_s != 128)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Dipxfrm.c417 void xfrm_selector_print(struct xfrm_selector *sel, __u16 family, argument
423 f = sel->family;
433 fprintf(fp, "src %s/%u ", rt_addr_n2a(f, sizeof(sel->saddr),
434 &sel->saddr, abuf, sizeof(abuf)),
435 sel->prefixlen_s);
438 fprintf(fp, "dst %s/%u ", rt_addr_n2a(f, sizeof(sel->daddr),
439 &sel->daddr, abuf, sizeof(abuf)),
440 sel->prefixlen_d);
442 if (sel->proto)
443 fprintf(fp, "proto %s ", strxf_proto(sel
901 xfrm_selector_upspec_parse(struct xfrm_selector *sel, int *argcp, char ***argvp) argument
1025 xfrm_selector_parse(struct xfrm_selector *sel, int *argcp, char ***argvp) argument
[all...]
H A Dxfrm_policy.c186 req.xpinfo.sel.family = preferred_family;
255 xfrm_selector_parse(&req.xpinfo.sel, &argc, &argv);
257 preferred_family = req.xpinfo.sel.family;
276 if (req.xpinfo.sel.family == AF_UNSPEC)
277 req.xpinfo.sel.family = AF_INET;
296 if (xfrm_addr_match(&xpinfo->sel.saddr, &filter.xpinfo.sel.saddr,
302 if (xfrm_addr_match(&xpinfo->sel.daddr, &filter.xpinfo.sel.daddr,
307 if ((xpinfo->sel
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dmt20xx.c82 unsigned int fref,lo1,lo1n,lo1a,s,sel,lo1freq, desired_lo1, local
95 if(s>1890) sel=0;
96 else if(s>1720) sel=1;
97 else if(s>1530) sel=2;
98 else if(s>1370) sel=3;
99 else sel=4; // >1090
102 if(s>1790) sel=0; // <1958
103 else if(s>1617) sel=1;
104 else if(s>1449) sel=2;
105 else if(s>1291) sel
177 mt2032_optimize_vco(struct i2c_client *c,int sel,int lock) argument
219 int lint_try,ret,sel,lock=0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dasmmacro.h84 .macro MFTR rt=0, rd=0, u=0, sel=0 variable
85 .word (0x41000000 | (\rt << 16) | (\rd << 11) | (\u << 5) | (\sel))
88 .macro MTTR rt=0, rd=0, u=0, sel=0
89 .word (0x41800000 | (\rt << 16) | (\rd << 11) | (\u << 5) | (\sel))
H A Dmipsmtregs.h260 #define mftc0(rt,sel) \
268 " # mftc0 $1, $" #rt ", " #sel " \n" \
269 " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" \
294 #define mftr(rt,u,sel) \
299 " mftr %0, " #rt ", " #u ", " #sel " \n" \
318 #define mttc0(rd,sel,v) \
325 " # mttc0 %0," #rd ", " #sel " \n" \
326 " .word 0x41810000 | (" #rd " << 11) | " #sel " \n" \
333 #define mttr(rd,u,sel,v) \
336 "mttr %0," #rd ", " #u ", " #sel \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dasmmacro.h84 .macro MFTR rt=0, rd=0, u=0, sel=0 variable
85 .word (0x41000000 | (\rt << 16) | (\rd << 11) | (\u << 5) | (\sel))
88 .macro MTTR rt=0, rd=0, u=0, sel=0
89 .word (0x41800000 | (\rt << 16) | (\rd << 11) | (\u << 5) | (\sel))
H A Dmipsmtregs.h260 #define mftc0(rt,sel) \
268 " # mftc0 $1, $" #rt ", " #sel " \n" \
269 " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" \
294 #define mftr(rt,u,sel) \
299 " mftr %0, " #rt ", " #u ", " #sel " \n" \
318 #define mttc0(rd,sel,v) \
325 " # mttc0 %0," #rd ", " #sel " \n" \
326 " .word 0x41810000 | (" #rd " << 11) | " #sel " \n" \
333 #define mttr(rd,u,sel,v) \
336 "mttr %0," #rd ", " #u ", " #sel \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_state.c29 ipv6_addr_copy((struct in6_addr *)&x->sel.daddr, &fl->fl6_dst);
30 ipv6_addr_copy((struct in6_addr *)&x->sel.saddr, &fl->fl6_src);
31 x->sel.dport = xfrm_flowi_dport(fl);
32 x->sel.dport_mask = htons(0xffff);
33 x->sel.sport = xfrm_flowi_sport(fl);
34 x->sel.sport_mask = htons(0xffff);
35 x->sel.prefixlen_d = 128;
36 x->sel.prefixlen_s = 128;
37 x->sel.proto = fl->proto;
38 x->sel
[all...]
H A Dmip6.c209 struct xfrm_selector sel; local
232 memset(&sel, 0, sizeof(sel));
233 memcpy(&sel.daddr, (xfrm_address_t *)&ipv6_hdr(skb)->daddr,
234 sizeof(sel.daddr));
235 sel.prefixlen_d = 128;
236 memcpy(&sel.saddr, (xfrm_address_t *)&ipv6_hdr(skb)->saddr,
237 sizeof(sel.saddr));
238 sel.prefixlen_s = 128;
239 sel
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_utl.c78 int *sel = offset2ptr(*pval, it->utype); local
79 return *sel;
88 int *sel, ret; local
89 sel = offset2ptr(*pval, it->utype);
90 ret = *sel;
91 *sel = value;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dtasn_utl.c78 int *sel = offset2ptr(*pval, it->utype); local
79 return *sel;
88 int *sel, ret; local
89 sel = offset2ptr(*pval, it->utype);
90 ret = *sel;
91 *sel = value;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/plat-s3c24xx/
H A Ddma.h46 extern int s3c24xx_dma_init_map(struct s3c24xx_dma_selection *sel);

Completed in 224 milliseconds

1234