| tag | line | file | source code |
| is_frag | 1085 | net/inet/ip.c | void ip_fragment(struct sock *sk, struct sk_buff *skb, struct device *dev, int is_frag) |
| is_frag | 1151 | net/inet/ip.c | if (is_frag & 2) |
| is_frag | 1233 | net/inet/ip.c | if (left > 0 || (is_frag & 1)) |
| is_frag | 1257 | net/inet/ip.c | static void ip_forward(struct sk_buff *skb, struct device *dev, int is_frag) |
| is_frag | 1418 | net/inet/ip.c | ip_fragment(NULL,skb2,dev2, is_frag); |
| is_frag | 1464 | net/inet/ip.c | int is_frag=0; |
| is_frag | 1532 | net/inet/ip.c | is_frag|=1; |
| is_frag | 1538 | net/inet/ip.c | is_frag|=2; |
| is_frag | 1570 | net/inet/ip.c | ip_forward(skb, dev, is_frag); |
| is_frag | 1619 | net/inet/ip.c | if(is_frag) |