Searched refs:protoid (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/ti-st/
H A Dst_core.c86 void st_send_frame(enum proto_type protoid, struct st_data_s *st_gdata) argument
88 pr_info(" %s(prot:%d) ", __func__, protoid);
92 || st_gdata->list[protoid] == NULL)) {
94 protoid);
103 if (likely(st_gdata->list[protoid]->recv != NULL)) {
105 (st_gdata->list[protoid]->recv
106 (st_gdata->list[protoid]->priv_data, st_gdata->rx_skb)
108 pr_err(" proto stack %d's ->recv failed", protoid);
113 pr_err(" proto stack %d's ->recv null", protoid);
137 int protoid, in
136 st_check_data_len(struct st_data_s *st_gdata, int protoid, int len) argument
218 static enum proto_type protoid = ST_MAX; local
750 enum proto_type protoid = ST_MAX; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Daddrtoname.c438 /* Find the hash node that corresponds the protoid 'pi'. */
783 const u_char protoid[5]; member in struct:protoidlist
804 u_char protoid[5]; local
806 protoid[0] = 0;
807 protoid[1] = 0;
808 protoid[2] = 0;
812 memcpy((char *)&protoid[3], (char *)&etype, 2);
813 tp = lookup_protoid(protoid);
818 tp = lookup_protoid(pl->protoid);

Completed in 128 milliseconds